Shades of Tea Green #D2ECC0
Tints of Tea Green #D2ECC0
RGB
CMYK
RGB Variations
Color information
#D2ECC0 (or 0xD2ECC0) is known color: Tea Green. HEX triplet: D2, EC and C0. RGB value is (210,236,192). Sum of RGB (Red+Green+Blue) = 210+236+192=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECC0 is #2D133F. Grayscale: #DFDFDF. Windows color (decimal): -2954048 or 12643538. OLE color: 12643538.
HSL color Cylindrical-coordinate representation of color #D2ECC0: hue angle of 95.45º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2ECC0 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 192 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.07 |
| HSL | 95.45º | 0.54% | 0.84% | - |
| HSV(B) | 95.45º | 0.19% | 0.93% | - |
| XYZ | 66.09 | 77.5 | 61.34 | - |
| YUV | 223.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 192 | 0.11 | 0 | 0.19 | 0.07 | 95.45 | 0.54 | 0.84 |
| Hex | D2 | EC | C0 | B | 0 | 13 | 7 | 5F | 36 | 54 |
| Octal | 322 | 354 | 300 | 13 | 0 | 23 | 7 | 137 | 66 | 124 |
| Binary | 11010010 | 11101100 | 11000000 | 1011 | 0 | 10011 | 111 | 1011111 | 110110 | 1010100 |
Color Harmonies of #D2ECC0
Complementary color
Monochromatic Colors of #D2ECC0
Black with #D2ECC0
Text Example
Text Example
White with #D2ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECC0; }
p { color: rgb(210,236,192); }
H1.HeaderClassName
{
color: #D2ECC0;
}
.AnyTagClassName
{
color: #D2ECC0;
}
</style>
background-color css
<style>
a { background-color: #D2ECC0; }
a { background-color: rgb(210,236,192); }
div.DivClassName
{
background-color: #D2ECC0;
}
.BgClassName
{
background-color: #D2ECC0;
}
</style>
border-color css
<style>
span { border-color: #D2ECC0; }
span { border-color: rgb(210,236,192); }
td.TdClassName
{
border-color: #D2ECC0;
}
.TagClassName
{
border-color: #D2ECC0;
}
</style>