Shades of Tea Green #D0E9BE
Tints of Tea Green #D0E9BE
RGB
CMYK
RGB Variations
Color information
#D0E9BE (or 0xD0E9BE) is known color: Tea Green. HEX triplet: D0, E9 and BE. RGB value is (208,233,190). Sum of RGB (Red+Green+Blue) = 208+233+190=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9BE is #2F1641. Grayscale: #DCDCDC. Windows color (decimal): -3085890 or 12511696. OLE color: 12511696.
HSL color Cylindrical-coordinate representation of color #D0E9BE: hue angle of 94.88º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E9BE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 190 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.09 |
| HSL | 94.88º | 0.49% | 0.83% | - |
| HSV(B) | 94.88º | 0.18% | 0.91% | - |
| XYZ | 64.45 | 75.41 | 59.87 | - |
| YUV | 220.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 190 | 0.11 | 0 | 0.18 | 0.09 | 94.88 | 0.49 | 0.83 |
| Hex | D0 | E9 | BE | B | 0 | 12 | 9 | 5F | 31 | 53 |
| Octal | 320 | 351 | 276 | 13 | 0 | 22 | 11 | 137 | 61 | 123 |
| Binary | 11010000 | 11101001 | 10111110 | 1011 | 0 | 10010 | 1001 | 1011111 | 110001 | 1010011 |
Color Harmonies of #D0E9BE
Complementary color
Monochromatic Colors of #D0E9BE
Black with #D0E9BE
Text Example
Text Example
White with #D0E9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9BE; }
p { color: rgb(208,233,190); }
H1.HeaderClassName
{
color: #D0E9BE;
}
.AnyTagClassName
{
color: #D0E9BE;
}
</style>
background-color css
<style>
a { background-color: #D0E9BE; }
a { background-color: rgb(208,233,190); }
div.DivClassName
{
background-color: #D0E9BE;
}
.BgClassName
{
background-color: #D0E9BE;
}
</style>
border-color css
<style>
span { border-color: #D0E9BE; }
span { border-color: rgb(208,233,190); }
td.TdClassName
{
border-color: #D0E9BE;
}
.TagClassName
{
border-color: #D0E9BE;
}
</style>