Shades of Tea Green #D0EAB8
Tints of Tea Green #D0EAB8
RGB
CMYK
RGB Variations
Color information
#D0EAB8 (or 0xD0EAB8) is known color: Tea Green. HEX triplet: D0, EA and B8. RGB value is (208,234,184). Sum of RGB (Red+Green+Blue) = 208+234+184=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EAB8 is #2F1547. Grayscale: #DCDCDC. Windows color (decimal): -3085640 or 12118736. OLE color: 12118736.
HSL color Cylindrical-coordinate representation of color #D0EAB8: hue angle of 91.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0EAB8 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 184 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.08 |
| HSL | 91.2º | 0.54% | 0.82% | - |
| HSV(B) | 91.2º | 0.21% | 0.92% | - |
| XYZ | 64.09 | 75.72 | 56.58 | - |
| YUV | 220.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 184 | 0.11 | 0 | 0.21 | 0.08 | 91.2 | 0.54 | 0.82 |
| Hex | D0 | EA | B8 | B | 0 | 15 | 8 | 5B | 36 | 52 |
| Octal | 320 | 352 | 270 | 13 | 0 | 25 | 10 | 133 | 66 | 122 |
| Binary | 11010000 | 11101010 | 10111000 | 1011 | 0 | 10101 | 1000 | 1011011 | 110110 | 1010010 |
Color Harmonies of #D0EAB8
Complementary color
Monochromatic Colors of #D0EAB8
Black with #D0EAB8
Text Example
Text Example
White with #D0EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EAB8; }
p { color: rgb(208,234,184); }
H1.HeaderClassName
{
color: #D0EAB8;
}
.AnyTagClassName
{
color: #D0EAB8;
}
</style>
background-color css
<style>
a { background-color: #D0EAB8; }
a { background-color: rgb(208,234,184); }
div.DivClassName
{
background-color: #D0EAB8;
}
.BgClassName
{
background-color: #D0EAB8;
}
</style>
border-color css
<style>
span { border-color: #D0EAB8; }
span { border-color: rgb(208,234,184); }
td.TdClassName
{
border-color: #D0EAB8;
}
.TagClassName
{
border-color: #D0EAB8;
}
</style>