Shades of Tea Green #D0E7BA
Tints of Tea Green #D0E7BA
RGB
CMYK
RGB Variations
Color information
#D0E7BA (or 0xD0E7BA) is known color: Tea Green. HEX triplet: D0, E7 and BA. RGB value is (208,231,186). Sum of RGB (Red+Green+Blue) = 208+231+186=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7BA is #2F1845. Grayscale: #DBDBDB. Windows color (decimal): -3086406 or 12249040. OLE color: 12249040.
HSL color Cylindrical-coordinate representation of color #D0E7BA: hue angle of 90.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0E7BA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 186 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.09 |
| HSL | 90.67º | 0.48% | 0.82% | - |
| HSV(B) | 90.67º | 0.19% | 0.91% | - |
| XYZ | 63.45 | 74.11 | 57.41 | - |
| YUV | 218.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 186 | 0.10 | 0 | 0.19 | 0.09 | 90.67 | 0.48 | 0.82 |
| Hex | D0 | E7 | BA | A | 0 | 13 | 9 | 5B | 30 | 52 |
| Octal | 320 | 347 | 272 | 12 | 0 | 23 | 11 | 133 | 60 | 122 |
| Binary | 11010000 | 11100111 | 10111010 | 1010 | 0 | 10011 | 1001 | 1011011 | 110000 | 1010010 |
Color Harmonies of #D0E7BA
Complementary color
Monochromatic Colors of #D0E7BA
Black with #D0E7BA
Text Example
Text Example
White with #D0E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7BA; }
p { color: rgb(208,231,186); }
H1.HeaderClassName
{
color: #D0E7BA;
}
.AnyTagClassName
{
color: #D0E7BA;
}
</style>
background-color css
<style>
a { background-color: #D0E7BA; }
a { background-color: rgb(208,231,186); }
div.DivClassName
{
background-color: #D0E7BA;
}
.BgClassName
{
background-color: #D0E7BA;
}
</style>
border-color css
<style>
span { border-color: #D0E7BA; }
span { border-color: rgb(208,231,186); }
td.TdClassName
{
border-color: #D0E7BA;
}
.TagClassName
{
border-color: #D0E7BA;
}
</style>