Shades of Tea Green #D2EEBD
Tints of Tea Green #D2EEBD
RGB
CMYK
RGB Variations
Color information
#D2EEBD (or 0xD2EEBD) is known color: Tea Green. HEX triplet: D2, EE and BD. RGB value is (210,238,189). Sum of RGB (Red+Green+Blue) = 210+238+189=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEBD is #2D1142. Grayscale: #E0E0E0. Windows color (decimal): -2953539 or 12447442. OLE color: 12447442.
HSL color Cylindrical-coordinate representation of color #D2EEBD: hue angle of 94.29º degrees, saturation: 0.59, 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 #D2EEBD is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 189 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.07 |
| HSL | 94.29º | 0.59% | 0.84% | - |
| HSV(B) | 94.29º | 0.21% | 0.93% | - |
| XYZ | 66.34 | 78.52 | 59.8 | - |
| YUV | 224.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 189 | 0.12 | 0 | 0.21 | 0.07 | 94.29 | 0.59 | 0.84 |
| Hex | D2 | EE | BD | C | 0 | 15 | 7 | 5E | 3B | 54 |
| Octal | 322 | 356 | 275 | 14 | 0 | 25 | 7 | 136 | 73 | 124 |
| Binary | 11010010 | 11101110 | 10111101 | 1100 | 0 | 10101 | 111 | 1011110 | 111011 | 1010100 |
Color Harmonies of #D2EEBD
Complementary color
Monochromatic Colors of #D2EEBD
Black with #D2EEBD
Text Example
Text Example
White with #D2EEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEBD; }
p { color: rgb(210,238,189); }
H1.HeaderClassName
{
color: #D2EEBD;
}
.AnyTagClassName
{
color: #D2EEBD;
}
</style>
background-color css
<style>
a { background-color: #D2EEBD; }
a { background-color: rgb(210,238,189); }
div.DivClassName
{
background-color: #D2EEBD;
}
.BgClassName
{
background-color: #D2EEBD;
}
</style>
border-color css
<style>
span { border-color: #D2EEBD; }
span { border-color: rgb(210,238,189); }
td.TdClassName
{
border-color: #D2EEBD;
}
.TagClassName
{
border-color: #D2EEBD;
}
</style>