Shades of Tea Green #D0EAB4
Tints of Tea Green #D0EAB4
RGB
CMYK
RGB Variations
Color information
#D0EAB4 (or 0xD0EAB4) is known color: Tea Green. HEX triplet: D0, EA and B4. RGB value is (208,234,180). Sum of RGB (Red+Green+Blue) = 208+234+180=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EAB4 is #2F154B. Grayscale: #DCDCDC. Windows color (decimal): -3085644 or 11856592. OLE color: 11856592.
HSL color Cylindrical-coordinate representation of color #D0EAB4: hue angle of 88.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0EAB4 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 180 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.08 |
| HSL | 88.89º | 0.56% | 0.81% | - |
| HSV(B) | 88.89º | 0.23% | 0.92% | - |
| XYZ | 63.67 | 75.55 | 54.41 | - |
| YUV | 220.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 180 | 0.11 | 0 | 0.23 | 0.08 | 88.89 | 0.56 | 0.81 |
| Hex | D0 | EA | B4 | B | 0 | 17 | 8 | 59 | 38 | 51 |
| Octal | 320 | 352 | 264 | 13 | 0 | 27 | 10 | 131 | 70 | 121 |
| Binary | 11010000 | 11101010 | 10110100 | 1011 | 0 | 10111 | 1000 | 1011001 | 111000 | 1010001 |
Color Harmonies of #D0EAB4
Complementary color
Monochromatic Colors of #D0EAB4
Black with #D0EAB4
Text Example
Text Example
White with #D0EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EAB4; }
p { color: rgb(208,234,180); }
H1.HeaderClassName
{
color: #D0EAB4;
}
.AnyTagClassName
{
color: #D0EAB4;
}
</style>
background-color css
<style>
a { background-color: #D0EAB4; }
a { background-color: rgb(208,234,180); }
div.DivClassName
{
background-color: #D0EAB4;
}
.BgClassName
{
background-color: #D0EAB4;
}
</style>
border-color css
<style>
span { border-color: #D0EAB4; }
span { border-color: rgb(208,234,180); }
td.TdClassName
{
border-color: #D0EAB4;
}
.TagClassName
{
border-color: #D0EAB4;
}
</style>