Shades of Tea Green #D0EEB8
Tints of Tea Green #D0EEB8
RGB
CMYK
RGB Variations
Color information
#D0EEB8 (or 0xD0EEB8) is known color: Tea Green. HEX triplet: D0, EE and B8. RGB value is (208,238,184). Sum of RGB (Red+Green+Blue) = 208+238+184=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEB8 is #2F1147. Grayscale: #DFDFDF. Windows color (decimal): -3084616 or 12119760. OLE color: 12119760.
HSL color Cylindrical-coordinate representation of color #D0EEB8: hue angle of 93.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0EEB8 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 184 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.07 |
| HSL | 93.33º | 0.61% | 0.83% | - |
| HSV(B) | 93.33º | 0.23% | 0.93% | - |
| XYZ | 65.24 | 78.02 | 56.97 | - |
| YUV | 222.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 184 | 0.13 | 0 | 0.23 | 0.07 | 93.33 | 0.61 | 0.83 |
| Hex | D0 | EE | B8 | D | 0 | 17 | 7 | 5D | 3D | 53 |
| Octal | 320 | 356 | 270 | 15 | 0 | 27 | 7 | 135 | 75 | 123 |
| Binary | 11010000 | 11101110 | 10111000 | 1101 | 0 | 10111 | 111 | 1011101 | 111101 | 1010011 |
Color Harmonies of #D0EEB8
Complementary color
Monochromatic Colors of #D0EEB8
Black with #D0EEB8
Text Example
Text Example
White with #D0EEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEB8; }
p { color: rgb(208,238,184); }
H1.HeaderClassName
{
color: #D0EEB8;
}
.AnyTagClassName
{
color: #D0EEB8;
}
</style>
background-color css
<style>
a { background-color: #D0EEB8; }
a { background-color: rgb(208,238,184); }
div.DivClassName
{
background-color: #D0EEB8;
}
.BgClassName
{
background-color: #D0EEB8;
}
</style>
border-color css
<style>
span { border-color: #D0EEB8; }
span { border-color: rgb(208,238,184); }
td.TdClassName
{
border-color: #D0EEB8;
}
.TagClassName
{
border-color: #D0EEB8;
}
</style>