Shades of Tea Green #D2EDBC
Tints of Tea Green #D2EDBC
RGB
CMYK
RGB Variations
Color information
#D2EDBC (or 0xD2EDBC) is known color: Tea Green. HEX triplet: D2, ED and BC. RGB value is (210,237,188). Sum of RGB (Red+Green+Blue) = 210+237+188=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDBC is #2D1243. Grayscale: #DFDFDF. Windows color (decimal): -2953796 or 12381650. OLE color: 12381650.
HSL color Cylindrical-coordinate representation of color #D2EDBC: hue angle of 93.06º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2EDBC is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 188 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.07 |
| HSL | 93.06º | 0.58% | 0.83% | - |
| HSV(B) | 93.06º | 0.21% | 0.93% | - |
| XYZ | 65.94 | 77.9 | 59.14 | - |
| YUV | 223.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 188 | 0.11 | 0 | 0.21 | 0.07 | 93.06 | 0.58 | 0.83 |
| Hex | D2 | ED | BC | B | 0 | 15 | 7 | 5D | 3A | 53 |
| Octal | 322 | 355 | 274 | 13 | 0 | 25 | 7 | 135 | 72 | 123 |
| Binary | 11010010 | 11101101 | 10111100 | 1011 | 0 | 10101 | 111 | 1011101 | 111010 | 1010011 |
Color Harmonies of #D2EDBC
Complementary color
Monochromatic Colors of #D2EDBC
Black with #D2EDBC
Text Example
Text Example
White with #D2EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDBC; }
p { color: rgb(210,237,188); }
H1.HeaderClassName
{
color: #D2EDBC;
}
.AnyTagClassName
{
color: #D2EDBC;
}
</style>
background-color css
<style>
a { background-color: #D2EDBC; }
a { background-color: rgb(210,237,188); }
div.DivClassName
{
background-color: #D2EDBC;
}
.BgClassName
{
background-color: #D2EDBC;
}
</style>
border-color css
<style>
span { border-color: #D2EDBC; }
span { border-color: rgb(210,237,188); }
td.TdClassName
{
border-color: #D2EDBC;
}
.TagClassName
{
border-color: #D2EDBC;
}
</style>