Shades of Tea Green #D0FAB2
Tints of Tea Green #D0FAB2
RGB
CMYK
RGB Variations
Color information
#D0FAB2 (or 0xD0FAB2) is known color: Tea Green. HEX triplet: D0, FA and B2. RGB value is (208,250,178). Sum of RGB (Red+Green+Blue) = 208+250+178=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAB2 is #2F054D. Grayscale: #E5E5E5. Windows color (decimal): -3081550 or 11729616. OLE color: 11729616.
HSL color Cylindrical-coordinate representation of color #D0FAB2: hue angle of 95º 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 #D0FAB2 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 178 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.02 |
| HSL | 95º | 0.88% | 0.84% | - |
| HSV(B) | 95º | 0.29% | 0.98% | - |
| XYZ | 68.23 | 85 | 54.93 | - |
| YUV | 229.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 178 | 0.17 | 0 | 0.29 | 0.02 | 95 | 0.88 | 0.84 |
| Hex | D0 | FA | B2 | 11 | 0 | 1D | 2 | 5F | 58 | 54 |
| Octal | 320 | 372 | 262 | 21 | 0 | 35 | 2 | 137 | 130 | 124 |
| Binary | 11010000 | 11111010 | 10110010 | 10001 | 0 | 11101 | 10 | 1011111 | 1011000 | 1010100 |
Color Harmonies of #D0FAB2
Complementary color
Monochromatic Colors of #D0FAB2
Black with #D0FAB2
Text Example
Text Example
White with #D0FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAB2; }
p { color: rgb(208,250,178); }
H1.HeaderClassName
{
color: #D0FAB2;
}
.AnyTagClassName
{
color: #D0FAB2;
}
</style>
background-color css
<style>
a { background-color: #D0FAB2; }
a { background-color: rgb(208,250,178); }
div.DivClassName
{
background-color: #D0FAB2;
}
.BgClassName
{
background-color: #D0FAB2;
}
</style>
border-color css
<style>
span { border-color: #D0FAB2; }
span { border-color: rgb(208,250,178); }
td.TdClassName
{
border-color: #D0FAB2;
}
.TagClassName
{
border-color: #D0FAB2;
}
</style>