Shades of Tea Green #D0FAB9
Tints of Tea Green #D0FAB9
RGB
CMYK
RGB Variations
Color information
#D0FAB9 (or 0xD0FAB9) is known color: Tea Green. HEX triplet: D0, FA and B9. RGB value is (208,250,185). Sum of RGB (Red+Green+Blue) = 208+250+185=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAB9 is #2F0546. Grayscale: #E6E6E6. Windows color (decimal): -3081543 or 12188368. OLE color: 12188368.
HSL color Cylindrical-coordinate representation of color #D0FAB9: hue angle of 98.77º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0FAB9 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 185 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.02 |
| HSL | 98.77º | 0.87% | 0.85% | - |
| HSV(B) | 98.77º | 0.26% | 0.98% | - |
| XYZ | 68.95 | 85.28 | 58.73 | - |
| YUV | 230.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 185 | 0.17 | 0 | 0.26 | 0.02 | 98.77 | 0.87 | 0.85 |
| Hex | D0 | FA | B9 | 11 | 0 | 1A | 2 | 63 | 57 | 55 |
| Octal | 320 | 372 | 271 | 21 | 0 | 32 | 2 | 143 | 127 | 125 |
| Binary | 11010000 | 11111010 | 10111001 | 10001 | 0 | 11010 | 10 | 1100011 | 1010111 | 1010101 |
Color Harmonies of #D0FAB9
Complementary color
Monochromatic Colors of #D0FAB9
Black with #D0FAB9
Text Example
Text Example
White with #D0FAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAB9; }
p { color: rgb(208,250,185); }
H1.HeaderClassName
{
color: #D0FAB9;
}
.AnyTagClassName
{
color: #D0FAB9;
}
</style>
background-color css
<style>
a { background-color: #D0FAB9; }
a { background-color: rgb(208,250,185); }
div.DivClassName
{
background-color: #D0FAB9;
}
.BgClassName
{
background-color: #D0FAB9;
}
</style>
border-color css
<style>
span { border-color: #D0FAB9; }
span { border-color: rgb(208,250,185); }
td.TdClassName
{
border-color: #D0FAB9;
}
.TagClassName
{
border-color: #D0FAB9;
}
</style>