Shades of Tea Green #D0E8B6
Tints of Tea Green #D0E8B6
RGB
CMYK
RGB Variations
Color information
#D0E8B6 (or 0xD0E8B6) is known color: Tea Green. HEX triplet: D0, E8 and B6. RGB value is (208,232,182). Sum of RGB (Red+Green+Blue) = 208+232+182=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8B6 is #2F1749. Grayscale: #DBDBDB. Windows color (decimal): -3086154 or 11987152. OLE color: 11987152.
HSL color Cylindrical-coordinate representation of color #D0E8B6: hue angle of 88.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0E8B6 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 182 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.09 |
| HSL | 88.8º | 0.52% | 0.81% | - |
| HSV(B) | 88.8º | 0.22% | 0.91% | - |
| XYZ | 63.31 | 74.5 | 55.3 | - |
| YUV | 219.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 182 | 0.10 | 0 | 0.22 | 0.09 | 88.8 | 0.52 | 0.81 |
| Hex | D0 | E8 | B6 | A | 0 | 16 | 9 | 59 | 34 | 51 |
| Octal | 320 | 350 | 266 | 12 | 0 | 26 | 11 | 131 | 64 | 121 |
| Binary | 11010000 | 11101000 | 10110110 | 1010 | 0 | 10110 | 1001 | 1011001 | 110100 | 1010001 |
Color Harmonies of #D0E8B6
Complementary color
Monochromatic Colors of #D0E8B6
Black with #D0E8B6
Text Example
Text Example
White with #D0E8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8B6; }
p { color: rgb(208,232,182); }
H1.HeaderClassName
{
color: #D0E8B6;
}
.AnyTagClassName
{
color: #D0E8B6;
}
</style>
background-color css
<style>
a { background-color: #D0E8B6; }
a { background-color: rgb(208,232,182); }
div.DivClassName
{
background-color: #D0E8B6;
}
.BgClassName
{
background-color: #D0E8B6;
}
</style>
border-color css
<style>
span { border-color: #D0E8B6; }
span { border-color: rgb(208,232,182); }
td.TdClassName
{
border-color: #D0E8B6;
}
.TagClassName
{
border-color: #D0E8B6;
}
</style>