Shades of Tea Green #D0FAB1
Tints of Tea Green #D0FAB1
RGB
CMYK
RGB Variations
Color information
#D0FAB1 (or 0xD0FAB1) is known color: Tea Green. HEX triplet: D0, FA and B1. RGB value is (208,250,177). Sum of RGB (Red+Green+Blue) = 208+250+177=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAB1 is #2F054E. Grayscale: #E5E5E5. Windows color (decimal): -3081551 or 11664080. OLE color: 11664080.
HSL color Cylindrical-coordinate representation of color #D0FAB1: hue angle of 94.52º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0FAB1 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 177 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.02 |
| HSL | 94.52º | 0.88% | 0.84% | - |
| HSV(B) | 94.52º | 0.29% | 0.98% | - |
| XYZ | 68.13 | 84.96 | 54.4 | - |
| YUV | 229.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 177 | 0.17 | 0 | 0.29 | 0.02 | 94.52 | 0.88 | 0.84 |
| Hex | D0 | FA | B1 | 11 | 0 | 1D | 2 | 5F | 58 | 54 |
| Octal | 320 | 372 | 261 | 21 | 0 | 35 | 2 | 137 | 130 | 124 |
| Binary | 11010000 | 11111010 | 10110001 | 10001 | 0 | 11101 | 10 | 1011111 | 1011000 | 1010100 |
Color Harmonies of #D0FAB1
Complementary color
Monochromatic Colors of #D0FAB1
Black with #D0FAB1
Text Example
Text Example
White with #D0FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAB1; }
p { color: rgb(208,250,177); }
H1.HeaderClassName
{
color: #D0FAB1;
}
.AnyTagClassName
{
color: #D0FAB1;
}
</style>
background-color css
<style>
a { background-color: #D0FAB1; }
a { background-color: rgb(208,250,177); }
div.DivClassName
{
background-color: #D0FAB1;
}
.BgClassName
{
background-color: #D0FAB1;
}
</style>
border-color css
<style>
span { border-color: #D0FAB1; }
span { border-color: rgb(208,250,177); }
td.TdClassName
{
border-color: #D0FAB1;
}
.TagClassName
{
border-color: #D0FAB1;
}
</style>