Shades of Tea Green #D0EEC0
Tints of Tea Green #D0EEC0
RGB
CMYK
RGB Variations
Color information
#D0EEC0 (or 0xD0EEC0) is known color: Tea Green. HEX triplet: D0, EE and C0. RGB value is (208,238,192). Sum of RGB (Red+Green+Blue) = 208+238+192=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEC0 is #2F113F. Grayscale: #DFDFDF. Windows color (decimal): -3084608 or 12644048. OLE color: 12644048.
HSL color Cylindrical-coordinate representation of color #D0EEC0: hue angle of 99.13º degrees, saturation: 0.57, 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 #D0EEC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 192 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 99.13º | 0.58% | 0.84% | - |
| HSV(B) | 99.13º | 0.19% | 0.93% | - |
| XYZ | 66.1 | 78.36 | 61.51 | - |
| YUV | 223.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 192 | 0.13 | 0 | 0.19 | 0.07 | 99.13 | 0.58 | 0.84 |
| Hex | D0 | EE | C0 | D | 0 | 13 | 7 | 63 | 3A | 54 |
| Octal | 320 | 356 | 300 | 15 | 0 | 23 | 7 | 143 | 72 | 124 |
| Binary | 11010000 | 11101110 | 11000000 | 1101 | 0 | 10011 | 111 | 1100011 | 111010 | 1010100 |
Color Harmonies of #D0EEC0
Complementary color
Monochromatic Colors of #D0EEC0
Black with #D0EEC0
Text Example
Text Example
White with #D0EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEC0; }
p { color: rgb(208,238,192); }
H1.HeaderClassName
{
color: #D0EEC0;
}
.AnyTagClassName
{
color: #D0EEC0;
}
</style>
background-color css
<style>
a { background-color: #D0EEC0; }
a { background-color: rgb(208,238,192); }
div.DivClassName
{
background-color: #D0EEC0;
}
.BgClassName
{
background-color: #D0EEC0;
}
</style>
border-color css
<style>
span { border-color: #D0EEC0; }
span { border-color: rgb(208,238,192); }
td.TdClassName
{
border-color: #D0EEC0;
}
.TagClassName
{
border-color: #D0EEC0;
}
</style>