Shades of Tea Green #D2EEC6
Tints of Tea Green #D2EEC6
RGB
CMYK
RGB Variations
Color information
#D2EEC6 (or 0xD2EEC6) is known color: Tea Green. HEX triplet: D2, EE and C6. RGB value is (210,238,198). Sum of RGB (Red+Green+Blue) = 210+238+198=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 198 (77.73% from 255 or 30.65% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEC6 is #2D1139. Grayscale: #E1E1E1. Windows color (decimal): -2953530 or 13037266. OLE color: 13037266.
HSL color Cylindrical-coordinate representation of color #D2EEC6: hue angle of 102º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2EEC6 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 198 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.07 |
| HSL | 102º | 0.54% | 0.85% | - |
| HSV(B) | 102º | 0.17% | 0.93% | - |
| XYZ | 67.35 | 78.93 | 65.11 | - |
| YUV | 225.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 198 | 0.12 | 0 | 0.17 | 0.07 | 102 | 0.54 | 0.85 |
| Hex | D2 | EE | C6 | C | 0 | 11 | 7 | 66 | 36 | 55 |
| Octal | 322 | 356 | 306 | 14 | 0 | 21 | 7 | 146 | 66 | 125 |
| Binary | 11010010 | 11101110 | 11000110 | 1100 | 0 | 10001 | 111 | 1100110 | 110110 | 1010101 |
Color Harmonies of #D2EEC6
Complementary color
Monochromatic Colors of #D2EEC6
Black with #D2EEC6
Text Example
Text Example
White with #D2EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEC6; }
p { color: rgb(210,238,198); }
H1.HeaderClassName
{
color: #D2EEC6;
}
.AnyTagClassName
{
color: #D2EEC6;
}
</style>
background-color css
<style>
a { background-color: #D2EEC6; }
a { background-color: rgb(210,238,198); }
div.DivClassName
{
background-color: #D2EEC6;
}
.BgClassName
{
background-color: #D2EEC6;
}
</style>
border-color css
<style>
span { border-color: #D2EEC6; }
span { border-color: rgb(210,238,198); }
td.TdClassName
{
border-color: #D2EEC6;
}
.TagClassName
{
border-color: #D2EEC6;
}
</style>