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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Tea Green
#D0F0C0 Base
#E0C0F0
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Tea Green
#D0F0C0 Base
#E8F0C0
#C0F0C8
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Tea Green
#D0F0C0 Base
#C0D0F0
#F0C0D0
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Tea Green
#D0F0C0 Base
#C8C0F0
#F0C0E8
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Tea Green
#D0F0C0 Base
#C0E8F0
#E0C0F0
#F0C8C0
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Tea Green
#D0F0C0 Base
#74D344
#A2E182
#B7E89F
#E9F8E1
#F0FAEA
Shades & Tints

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
Tea Green #D0F0C0 Base
#D6F2C8
#DDF4D1
#E3F6D9
#E9F8E2
#F0FAEA
CSS & SCSS Snippets

Ready-to-use code snippets for #D0F0C0. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #D0F0C0;
}

/* Text */
.element {
    color: #D0F0C0;
}

/* Border */
.element {
    border: 1px solid #D0F0C0;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #D0F0C0,
        #E0C0F0
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D0F0C0,
        #E0C0F0
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Tea Green appears to people with different types of color vision deficiency.

Normal Vision #D0F0C0 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #EDEDC0 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D7EBEB Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #E7E7E7 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Tea Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Tea Green #D0F0C0 Base
Nyanza #E9FFDB ΔE 5.30
Moss Green #ADDFAD ΔE 5.88
Celadon #ACE1AF ΔE 5.97
Granny Smith Apple #A8E4A0 ΔE 7.26

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.