Shades of Tea Green #D2EEBC
Tints of Tea Green #D2EEBC
RGB
CMYK
RGB Variations
Color information
#D2EEBC (or 0xD2EEBC) is known color: Tea Green. HEX triplet: D2, EE and BC. RGB value is (210,238,188). Sum of RGB (Red+Green+Blue) = 210+238+188=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEBC is #2D1143. Grayscale: #E0E0E0. Windows color (decimal): -2953540 or 12381906. OLE color: 12381906.
HSL color Cylindrical-coordinate representation of color #D2EEBC: hue angle of 93.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2EEBC is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 188 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.07 |
| HSL | 93.6º | 0.6% | 0.84% | - |
| HSV(B) | 93.6º | 0.21% | 0.93% | - |
| XYZ | 66.23 | 78.48 | 59.23 | - |
| YUV | 223.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 188 | 0.12 | 0 | 0.21 | 0.07 | 93.6 | 0.6 | 0.84 |
| Hex | D2 | EE | BC | C | 0 | 15 | 7 | 5E | 3C | 54 |
| Octal | 322 | 356 | 274 | 14 | 0 | 25 | 7 | 136 | 74 | 124 |
| Binary | 11010010 | 11101110 | 10111100 | 1100 | 0 | 10101 | 111 | 1011110 | 111100 | 1010100 |
Color Harmonies of #D2EEBC
Complementary color
Monochromatic Colors of #D2EEBC
Black with #D2EEBC
Text Example
Text Example
White with #D2EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEBC; }
p { color: rgb(210,238,188); }
H1.HeaderClassName
{
color: #D2EEBC;
}
.AnyTagClassName
{
color: #D2EEBC;
}
</style>
background-color css
<style>
a { background-color: #D2EEBC; }
a { background-color: rgb(210,238,188); }
div.DivClassName
{
background-color: #D2EEBC;
}
.BgClassName
{
background-color: #D2EEBC;
}
</style>
border-color css
<style>
span { border-color: #D2EEBC; }
span { border-color: rgb(210,238,188); }
td.TdClassName
{
border-color: #D2EEBC;
}
.TagClassName
{
border-color: #D2EEBC;
}
</style>