Definitions for "RGB values"
Keywords:  fuchsia, teal, ffff, maroon, aqua
Red, green, and blue intensity values are used to define a color. These values are always represented as 16 bit unsigned numbers, with zero the minimum intensity and 65535 the maximum intensity. The X server scales these values to match the display hardware.
The RGB value is a # and a set of three hexadecimal values. Some standard colours are recognised by most browsers - you can use the name instead of the RGB value to make code easier to read and debug. See colours. Aqua #00FFFF Navy #000080 Black #000000 Olive #808000 Blue #0000FF Purple #800080 Fuchsia #FF00FF Red #FF0000 Gray #808080 Silver #C0C0C0 Green #008000 Teal #008080 Lime #00FF00 Yellow #FFFF00 Maroon #800000 White #FFFFFF
Measures the intensity of light projected through a screen by blending these three colors. The values for RGB measurement range from 0 to 255. If all values are 0, black light is projected. If all values are 255, white light is projected.