Shades of Tea Green #D0E9B4
Tints of Tea Green #D0E9B4
RGB
CMYK
RGB Variations
Color information
#D0E9B4 (or 0xD0E9B4) is known color: Tea Green. HEX triplet: D0, E9 and B4. RGB value is (208,233,180). Sum of RGB (Red+Green+Blue) = 208+233+180=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9B4 is #2F164B. Grayscale: #DBDBDB. Windows color (decimal): -3085900 or 11856336. OLE color: 11856336.
HSL color Cylindrical-coordinate representation of color #D0E9B4: hue angle of 88.3º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0E9B4 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 180 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.09 |
| HSL | 88.3º | 0.55% | 0.81% | - |
| HSV(B) | 88.3º | 0.23% | 0.91% | - |
| XYZ | 63.39 | 74.98 | 54.31 | - |
| YUV | 219.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 180 | 0.11 | 0 | 0.23 | 0.09 | 88.3 | 0.55 | 0.81 |
| Hex | D0 | E9 | B4 | B | 0 | 17 | 9 | 58 | 37 | 51 |
| Octal | 320 | 351 | 264 | 13 | 0 | 27 | 11 | 130 | 67 | 121 |
| Binary | 11010000 | 11101001 | 10110100 | 1011 | 0 | 10111 | 1001 | 1011000 | 110111 | 1010001 |
Color Harmonies of #D0E9B4
Complementary color
Monochromatic Colors of #D0E9B4
Black with #D0E9B4
Text Example
Text Example
White with #D0E9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9B4; }
p { color: rgb(208,233,180); }
H1.HeaderClassName
{
color: #D0E9B4;
}
.AnyTagClassName
{
color: #D0E9B4;
}
</style>
background-color css
<style>
a { background-color: #D0E9B4; }
a { background-color: rgb(208,233,180); }
div.DivClassName
{
background-color: #D0E9B4;
}
.BgClassName
{
background-color: #D0E9B4;
}
</style>
border-color css
<style>
span { border-color: #D0E9B4; }
span { border-color: rgb(208,233,180); }
td.TdClassName
{
border-color: #D0E9B4;
}
.TagClassName
{
border-color: #D0E9B4;
}
</style>