Shades of Tea Green #D2EDBD
Tints of Tea Green #D2EDBD
RGB
CMYK
RGB Variations
Color information
#D2EDBD (or 0xD2EDBD) is known color: Tea Green. HEX triplet: D2, ED and BD. RGB value is (210,237,189). Sum of RGB (Red+Green+Blue) = 210+237+189=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDBD is #2D1242. Grayscale: #DFDFDF. Windows color (decimal): -2953795 or 12447186. OLE color: 12447186.
HSL color Cylindrical-coordinate representation of color #D2EDBD: hue angle of 93.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2EDBD is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 189 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.07 |
| HSL | 93.75º | 0.57% | 0.84% | - |
| HSV(B) | 93.75º | 0.2% | 0.93% | - |
| XYZ | 66.05 | 77.94 | 59.71 | - |
| YUV | 223.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 189 | 0.11 | 0 | 0.20 | 0.07 | 93.75 | 0.57 | 0.84 |
| Hex | D2 | ED | BD | B | 0 | 14 | 7 | 5E | 39 | 54 |
| Octal | 322 | 355 | 275 | 13 | 0 | 24 | 7 | 136 | 71 | 124 |
| Binary | 11010010 | 11101101 | 10111101 | 1011 | 0 | 10100 | 111 | 1011110 | 111001 | 1010100 |
Color Harmonies of #D2EDBD
Complementary color
Monochromatic Colors of #D2EDBD
Black with #D2EDBD
Text Example
Text Example
White with #D2EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDBD; }
p { color: rgb(210,237,189); }
H1.HeaderClassName
{
color: #D2EDBD;
}
.AnyTagClassName
{
color: #D2EDBD;
}
</style>
background-color css
<style>
a { background-color: #D2EDBD; }
a { background-color: rgb(210,237,189); }
div.DivClassName
{
background-color: #D2EDBD;
}
.BgClassName
{
background-color: #D2EDBD;
}
</style>
border-color css
<style>
span { border-color: #D2EDBD; }
span { border-color: rgb(210,237,189); }
td.TdClassName
{
border-color: #D2EDBD;
}
.TagClassName
{
border-color: #D2EDBD;
}
</style>