Shades of Tea Green #D4EAC0
Tints of Tea Green #D4EAC0
RGB
CMYK
RGB Variations
Color information
#D4EAC0 (or 0xD4EAC0) is known color: Tea Green. HEX triplet: D4, EA and C0. RGB value is (212,234,192). Sum of RGB (Red+Green+Blue) = 212+234+192=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EAC0 is #2B153F. Grayscale: #DEDEDE. Windows color (decimal): -2823488 or 12643028. OLE color: 12643028.
HSL color Cylindrical-coordinate representation of color #D4EAC0: hue angle of 91.43º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4EAC0 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 192 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.08 |
| HSL | 91.43º | 0.5% | 0.84% | - |
| HSV(B) | 91.43º | 0.18% | 0.92% | - |
| XYZ | 66.09 | 76.65 | 61.18 | - |
| YUV | 222.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 192 | 0.09 | 0 | 0.18 | 0.08 | 91.43 | 0.5 | 0.84 |
| Hex | D4 | EA | C0 | 9 | 0 | 12 | 8 | 5B | 32 | 54 |
| Octal | 324 | 352 | 300 | 11 | 0 | 22 | 10 | 133 | 62 | 124 |
| Binary | 11010100 | 11101010 | 11000000 | 1001 | 0 | 10010 | 1000 | 1011011 | 110010 | 1010100 |
Color Harmonies of #D4EAC0
Complementary color
Monochromatic Colors of #D4EAC0
Black with #D4EAC0
Text Example
Text Example
White with #D4EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAC0; }
p { color: rgb(212,234,192); }
H1.HeaderClassName
{
color: #D4EAC0;
}
.AnyTagClassName
{
color: #D4EAC0;
}
</style>
background-color css
<style>
a { background-color: #D4EAC0; }
a { background-color: rgb(212,234,192); }
div.DivClassName
{
background-color: #D4EAC0;
}
.BgClassName
{
background-color: #D4EAC0;
}
</style>
border-color css
<style>
span { border-color: #D4EAC0; }
span { border-color: rgb(212,234,192); }
td.TdClassName
{
border-color: #D4EAC0;
}
.TagClassName
{
border-color: #D4EAC0;
}
</style>