Shades of Tea Green #D0EEC5
Tints of Tea Green #D0EEC5
RGB
CMYK
RGB Variations
Color information
#D0EEC5 (or 0xD0EEC5) is known color: Tea Green. HEX triplet: D0, EE and C5. RGB value is (208,238,197). Sum of RGB (Red+Green+Blue) = 208+238+197=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEC5 is #2F113A. Grayscale: #E0E0E0. Windows color (decimal): -3084603 or 12971728. OLE color: 12971728.
HSL color Cylindrical-coordinate representation of color #D0EEC5: hue angle of 103.9º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EEC5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 197 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.07 |
| HSL | 103.9º | 0.55% | 0.85% | - |
| HSV(B) | 103.9º | 0.17% | 0.93% | - |
| XYZ | 66.67 | 78.59 | 64.48 | - |
| YUV | 224.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 197 | 0.13 | 0 | 0.17 | 0.07 | 103.9 | 0.55 | 0.85 |
| Hex | D0 | EE | C5 | D | 0 | 11 | 7 | 68 | 37 | 55 |
| Octal | 320 | 356 | 305 | 15 | 0 | 21 | 7 | 150 | 67 | 125 |
| Binary | 11010000 | 11101110 | 11000101 | 1101 | 0 | 10001 | 111 | 1101000 | 110111 | 1010101 |
Color Harmonies of #D0EEC5
Complementary color
Monochromatic Colors of #D0EEC5
Black with #D0EEC5
Text Example
Text Example
White with #D0EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEC5; }
p { color: rgb(208,238,197); }
H1.HeaderClassName
{
color: #D0EEC5;
}
.AnyTagClassName
{
color: #D0EEC5;
}
</style>
background-color css
<style>
a { background-color: #D0EEC5; }
a { background-color: rgb(208,238,197); }
div.DivClassName
{
background-color: #D0EEC5;
}
.BgClassName
{
background-color: #D0EEC5;
}
</style>
border-color css
<style>
span { border-color: #D0EEC5; }
span { border-color: rgb(208,238,197); }
td.TdClassName
{
border-color: #D0EEC5;
}
.TagClassName
{
border-color: #D0EEC5;
}
</style>