Shades of Tea Green #D0E7BD
Tints of Tea Green #D0E7BD
RGB
CMYK
RGB Variations
Color information
#D0E7BD (or 0xD0E7BD) is known color: Tea Green. HEX triplet: D0, E7 and BD. RGB value is (208,231,189). Sum of RGB (Red+Green+Blue) = 208+231+189=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7BD is #2F1842. Grayscale: #DBDBDB. Windows color (decimal): -3086403 or 12445648. OLE color: 12445648.
HSL color Cylindrical-coordinate representation of color #D0E7BD: hue angle of 92.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E7BD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 189 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.09 |
| HSL | 92.86º | 0.47% | 0.82% | - |
| HSV(B) | 92.86º | 0.18% | 0.91% | - |
| XYZ | 63.77 | 74.24 | 59.11 | - |
| YUV | 219.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 189 | 0.10 | 0 | 0.18 | 0.09 | 92.86 | 0.47 | 0.82 |
| Hex | D0 | E7 | BD | A | 0 | 12 | 9 | 5D | 2F | 52 |
| Octal | 320 | 347 | 275 | 12 | 0 | 22 | 11 | 135 | 57 | 122 |
| Binary | 11010000 | 11100111 | 10111101 | 1010 | 0 | 10010 | 1001 | 1011101 | 101111 | 1010010 |
Color Harmonies of #D0E7BD
Complementary color
Monochromatic Colors of #D0E7BD
Black with #D0E7BD
Text Example
Text Example
White with #D0E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7BD; }
p { color: rgb(208,231,189); }
H1.HeaderClassName
{
color: #D0E7BD;
}
.AnyTagClassName
{
color: #D0E7BD;
}
</style>
background-color css
<style>
a { background-color: #D0E7BD; }
a { background-color: rgb(208,231,189); }
div.DivClassName
{
background-color: #D0E7BD;
}
.BgClassName
{
background-color: #D0E7BD;
}
</style>
border-color css
<style>
span { border-color: #D0E7BD; }
span { border-color: rgb(208,231,189); }
td.TdClassName
{
border-color: #D0E7BD;
}
.TagClassName
{
border-color: #D0E7BD;
}
</style>