Shades of Tea Green #D0EAC3
Tints of Tea Green #D0EAC3
RGB
CMYK
RGB Variations
Color information
#D0EAC3 (or 0xD0EAC3) is known color: Tea Green. HEX triplet: D0, EA and C3. RGB value is (208,234,195). Sum of RGB (Red+Green+Blue) = 208+234+195=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EAC3 is #2F153C. Grayscale: #DDDDDD. Windows color (decimal): -3085629 or 12839632. OLE color: 12839632.
HSL color Cylindrical-coordinate representation of color #D0EAC3: hue angle of 100º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EAC3 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 195 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.08 |
| HSL | 100º | 0.48% | 0.84% | - |
| HSV(B) | 100º | 0.17% | 0.92% | - |
| XYZ | 65.29 | 76.2 | 62.9 | - |
| YUV | 221.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 195 | 0.11 | 0 | 0.17 | 0.08 | 100 | 0.48 | 0.84 |
| Hex | D0 | EA | C3 | B | 0 | 11 | 8 | 64 | 30 | 54 |
| Octal | 320 | 352 | 303 | 13 | 0 | 21 | 10 | 144 | 60 | 124 |
| Binary | 11010000 | 11101010 | 11000011 | 1011 | 0 | 10001 | 1000 | 1100100 | 110000 | 1010100 |
Color Harmonies of #D0EAC3
Complementary color
Monochromatic Colors of #D0EAC3
Black with #D0EAC3
Text Example
Text Example
White with #D0EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EAC3; }
p { color: rgb(208,234,195); }
H1.HeaderClassName
{
color: #D0EAC3;
}
.AnyTagClassName
{
color: #D0EAC3;
}
</style>
background-color css
<style>
a { background-color: #D0EAC3; }
a { background-color: rgb(208,234,195); }
div.DivClassName
{
background-color: #D0EAC3;
}
.BgClassName
{
background-color: #D0EAC3;
}
</style>
border-color css
<style>
span { border-color: #D0EAC3; }
span { border-color: rgb(208,234,195); }
td.TdClassName
{
border-color: #D0EAC3;
}
.TagClassName
{
border-color: #D0EAC3;
}
</style>