Shades of Tea Green #D0FEB9
Tints of Tea Green #D0FEB9
RGB
CMYK
RGB Variations
Color information
#D0FEB9 (or 0xD0FEB9) is known color: Tea Green. HEX triplet: D0, FE and B9. RGB value is (208,254,185). Sum of RGB (Red+Green+Blue) = 208+254+185=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 185 (72.66% from 255 or 28.59% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEB9 is #2F0146. Grayscale: #E8E8E8. Windows color (decimal): -3080519 or 12189392. OLE color: 12189392.
HSL color Cylindrical-coordinate representation of color #D0FEB9: hue angle of 100º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0FEB9 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 185 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.00 |
| HSL | 100º | 0.97% | 0.86% | - |
| HSV(B) | 100º | 0.27% | 1% | - |
| XYZ | 70.21 | 87.8 | 59.14 | - |
| YUV | 232.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 185 | 0.18 | 0 | 0.27 | 0.00 | 100 | 0.97 | 0.86 |
| Hex | D0 | FE | B9 | 12 | 0 | 1B | 0 | 64 | 61 | 56 |
| Octal | 320 | 376 | 271 | 22 | 0 | 33 | 0 | 144 | 141 | 126 |
| Binary | 11010000 | 11111110 | 10111001 | 10010 | 0 | 11011 | 0 | 1100100 | 1100001 | 1010110 |
Color Harmonies of #D0FEB9
Complementary color
Monochromatic Colors of #D0FEB9
Black with #D0FEB9
Text Example
Text Example
White with #D0FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEB9; }
p { color: rgb(208,254,185); }
H1.HeaderClassName
{
color: #D0FEB9;
}
.AnyTagClassName
{
color: #D0FEB9;
}
</style>
background-color css
<style>
a { background-color: #D0FEB9; }
a { background-color: rgb(208,254,185); }
div.DivClassName
{
background-color: #D0FEB9;
}
.BgClassName
{
background-color: #D0FEB9;
}
</style>
border-color css
<style>
span { border-color: #D0FEB9; }
span { border-color: rgb(208,254,185); }
td.TdClassName
{
border-color: #D0FEB9;
}
.TagClassName
{
border-color: #D0FEB9;
}
</style>