Tea Green (#D0F0C0)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.24:1 — vs black: 16.91:1
Color values
-
HEX
#D0F0C0 -
RGB
rgb(208, 240, 192) -
HSL
hsl(100, 61%, 84%) -
CMYK
cmyk( 13, 0, 20, 6 ) -
Websafe
#CCFFCC
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #D0F0C0 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#D0F0C0
Base
#E0C0F0
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#D0F0C0
Base
#E8F0C0
#C0F0C8
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#D0F0C0
Base
#C0D0F0
#F0C0D0
Two colors flanking the complement — high contrast with less tension than full complementary.
#D0F0C0
Base
#C8C0F0
#F0C0E8
Four colors at 90° intervals — rich variety, best when one color dominates.
#D0F0C0
Base
#C0E8F0
#E0C0F0
#F0C8C0
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#D0F0C0
Base
#74D344
#A2E182
#B7E89F
#E9F8E1
#F0FAEA
Darker shades and lighter tints of Tea Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0A1505
#2A5615
#4B9824
#6ED13D
#9FE07E
#D0F0C0
Base
#D6F2C8
#DDF4D1
#E3F6D9
#E9F8E2
#F0FAEA
Ready-to-use code snippets for #D0F0C0. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #D0F0C0;
}
/* Text */
.element {
color: #D0F0C0;
}
/* Border */
.element {
border: 1px solid #D0F0C0;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#D0F0C0,
#E0C0F0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#D0F0C0,
#E0C0F0
);
}
// SCSS variable
$tea-green: #D0F0C0;
// With RGB channels (useful for rgba() usage)
$tea-green-r: 208;
$tea-green-g: 240;
$tea-green-b: 192;
// Usage
.element {
background-color: $tea-green;
color: rgba($tea-green-r, $tea-green-g, $tea-green-b, 0.8);
}
How Tea Green appears to people with different types of color vision deficiency.
#D0F0C0
How the color appears with full color vision.
#E7E7C1
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#EDEDC0
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#D7EBEB
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E7E7E7
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.