Growth Marketing Glossary

RGB Color Model

R·G·B col·ornoun

Color made of light. RGB mixes red, green, and blue additively, the way every screen shows the colors you see.

red green blue lightadd light additivelyany screen color
Schematic — three lights combining toward white
Term
RGB (red, green, blue) color model
Is
Additive mixing of red, green, blue light
Used for
Screens and digital displays
Contrast
CMYK (subtractive, for print)

Parts of speech & senses

rgb color model · noun
  1. The RGB color model, standing for red, green, and blue, creates colors by mixing those three lights additively, starting from black and reaching white as they combine, and it is how screens produce color. "Set the button to RGB (0, 128, 255)."

What the RGB color model is

The RGB color model creates colors by mixing red, green, and blue light in varying intensities. It is an additive model, so you start from black, meaning no light, and add red, green, and blue, and as the three combine at full strength they produce white. Every color a screen shows is some blend of these three primaries of light. Turn all three off and you get black. Turn red and green up while leaving blue off and you get yellow. Turn everything to maximum and you get white. Because screens emit their own light, RGB is the native model of anything that glows, phones, monitors, televisions, and LED signage. It matches how displays physically work, with tiny red, green, and blue subpixels lit at different levels to fool the eye into seeing a single blended color.

In practice each channel is usually given a value from 0 to 255, so a color is a triplet like 255, 0, 0 for pure red or 0, 0, 0 for black. That range yields roughly sixteen million combinations, the palette often called true color. The same values are commonly written in hexadecimal, the familiar six-digit web codes where FF0000 is red and FFFFFF is white, and hex is simply RGB in another notation. Human vision itself is trichromatic, because our eyes have three types of color-sensitive cone cells, which is part of why a three-primary model reproduces so much of what we can see. RGB, in short, is the color language of the digital world, from web design to photography to video editing.

RGB versus CMYK

RGB and CMYK are opposites by design, and knowing how tells you when to use each. RGB is additive, building color by adding light, starting from black and reaching white when red, green, and blue combine. CMYK is subtractive, building color by adding inks that absorb light, starting from white paper and reaching near-black as cyan, magenta, yellow, and key black pile up. RGB suits anything that emits light, meaning screens, while CMYK suits anything that reflects it, meaning print. The two even have a neat relationship, because cyan, magenta, and yellow, CMYK's primaries, are what you get by removing red, green, or blue from white light, so each print primary is the opposite of an RGB one. They are two sides of the same physics, chosen for whether color is emitted or reflected.

The consequence that trips people up is gamut, the range of colors each can reproduce. RGB's additive light can hit vivid, luminous colors that CMYK inks on paper simply cannot, so bright screen greens and electric blues often dull when printed. Convert an RGB image to CMYK for a press and out-of-gamut colors get mapped to the nearest printable ones, sometimes visibly. This is why designers preparing print work in CMYK from the start, or at least soft-proof the conversion, rather than trusting a screen to predict paper. For anything staying on a display, websites, apps, social, and video, RGB is correct and CMYK is irrelevant. Choosing the wrong model, or ignoring the gamut gap between them, is the usual cause of the it-looked-different-on-screen complaint.

Using RGB well in digital work

Using RGB well starts with matching the model to the destination. If the work will live on screens, author it in RGB and specify colors as RGB triplets or hex codes, and a brand's digital palette should be defined this way so it renders consistently across devices. Be aware of color spaces within RGB, because sRGB is the safe default for the web, while wider spaces like Display P3 can show richer colors on capable screens but may look off where they are not supported. Keep values consistent across your assets so the same blue is the same blue everywhere. And when a design must also be printed, plan the CMYK conversion deliberately rather than exporting and hoping, because the two models do not share a gamut and a surprise on paper is otherwise almost guaranteed.

The failures are mostly mismatches. Teams design in RGB and send files straight to a printer without converting or proofing, then blame the press for colors that were never printable. They mix color spaces, tagging some assets sRGB and others P3, so the same hue shifts between screens. They specify a brand color in hex alone and have nothing defined for print. Or they assume a screen preview predicts a printed result exactly, ignoring the gamut gap. The discipline is straightforward. Use RGB for emitted-light media, define colors precisely in a known color space, keep them consistent across assets, and convert to CMYK thoughtfully whenever the same design crosses from screen to paper.

Worked example. A designer builds a landing page and its hero art in a vivid RGB green that looks electric on every monitor. Marketing then wants matching printed flyers, and the print shop's proof comes back muted and slightly olive. Nothing is broken, because the green lived outside CMYK's smaller gamut, so the press reproduced the closest ink it could. The team keeps the luminous RGB green for all digital surfaces, where it belongs, and picks a slightly tamer companion green that prints faithfully. The lesson. RGB mixes red, green, and blue light additively to make screen color and can reach brighter hues than print, so digital work should be authored in RGB and any print version converted to CMYK with the gamut difference in mind. (Illustrative; RGM analysis.)
Failure modes to watch. Sending RGB files to print without converting to or proofing in CMYK, so out-of-gamut colors shift; mixing color spaces like sRGB and Display P3 so a hue looks different across screens; defining a brand color only in hex with nothing for print; and assuming a screen preview predicts a printed result exactly.

Synonyms & antonyms

Synonyms

RGBadditive colorRGB color space

Antonyms

CMYKsubtractive color

Origin & history

The RGB model formalizes trichromatic color theory, the finding that three color signals can reproduce human color vision, into the red, green, and blue primaries used by electronic displays.

Etymology: source.

Usage trends

Search interest for this term over the last five years:

View interest-over-time on Google Trends →

Common questions

What is the RGB color model?
A way of making color by mixing red, green, and blue light additively. Starting from black, the three combine toward white. It is how screens produce color, with each channel usually set from 0 to 255 and often written as a hex code.
How is RGB different from CMYK?
RGB adds light and is used for screens, reaching white as red, green, and blue combine. CMYK adds inks that absorb light and is used for print, reaching near-black as they combine. RGB can show brighter colors than CMYK can print.
What is a hex color code?
A six-digit hexadecimal notation for an RGB color, like FF0000 for red. The first two digits are red, the next two green, the last two blue, each from 00 to FF. It is simply RGB written in another form for the web.

Resources & people to follow

Curated, non-competitor resources verified per term.

Related training

Disciplines

Areas of marketing where rgb color model is a core concern:

Sources

  1. trendsGoogle Trends — "rgb color model"