Additive color mixing occurs by overlaying colored light, where red, green, and blue (RGB) are the primary colors and together produce white. This principle uses the human eye's three types of receptors. Digital cameras, monitors, and image editing software use the RGB model, which with 24-bit color depth can display over 16 million colors. Three colors are sufficient because they simulate the eye’s color perception.
Category: Photography Basics > 5. Color & Light Article ID: 5.2 Created: May 2026
Key Points in Brief
- Additive color mixing happens by overlaying colored light – the more colors mixed, the brighter the result
- The three primary colors are red, green, and blue (RGB) – together they produce white
- Cameras, monitors, and screens all operate using the RGB color model
Explanation
What is additive color mixing?
Additive color mixing involves overlaying light sources of different colors. The result is brighter than the individual source lights – in the extreme case, white is produced.
This principle directly corresponds to the human eye’s color perception: the eye has three receptor types for red, green, and blue – and the brain “adds” the signals together into a color impression.
Basic principle:
- Red + Green = Yellow
- Red + Blue = Magenta
- Green + Blue = Cyan
- Red + Green + Blue = White
- No light = Black
The RGB Color Model
In digital imaging and camera technology, additive color mixing is implemented through the RGB model. Each color is described by three numeric values:
- R (Red): 0–255
- G (Green): 0–255
- B (Blue): 0–255
With 24-bit color depth (8 bits per channel, 256 levels per color), 256 × 256 × 256 = over 16 million displayable colors are possible.
Important RGB values:
| Color | R | G | B |
|---|---|---|---|
| Black | 0 | 0 | 0 |
| White | 255 | 255 | 255 |
| Red | 255 | 0 | 0 |
| Green | 0 | 255 | 0 |
| Blue | 0 | 0 | 255 |
| Yellow | 255 | 255 | 0 |
| Cyan | 0 | 255 | 255 |
| Magenta | 255 | 0 | 255 |
| Dark Red | 150 | 0 | 0 |
| Ochre (dark yellow) | 120 | 120 | 0 |
| Grass Green | 90 | 184 | 17 |
Where is the RGB model used?
- Digital cameras: The image sensor captures light in the three channels R, G, and B
- Monitors and screens: Each pixel consists of three subpixels (red, green, blue) that are mixed
- Image editing: Software like Lightroom, Photoshop, or GIMP works internally with RGB
- Printers: Convert RGB values to CMYK (→ article 5.3)
Why are three colors enough?
Three colors suffice because the human eye also has only three receptor types. Cameras and screens take advantage of this: they don’t need to reproduce a complete spectral range – it’s enough to stimulate the eye’s three receptors in the correct proportions.
A screen cannot produce “true” spectral colors – it only simulates them. For the eye, the result appears identical.
Practical Tip
In image editing, it’s useful to switch the histogram channel to RGB (instead of luminance) – then you can see which color channel is over- or underexposed. An overexposed red (R = 255 in many pixels) often cannot be fixed by general brightening, but can be corrected by reducing the red channel in color correction.