Shades of Tea Green #D0FABA
Tints of Tea Green #D0FABA
RGB
CMYK
RGB Variations
Color information
#D0FABA (or 0xD0FABA) is known color: Tea Green. HEX triplet: D0, FA and BA. RGB value is (208,250,186). Sum of RGB (Red+Green+Blue) = 208+250+186=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FABA is #2F0545. Grayscale: #E6E6E6. Windows color (decimal): -3081542 or 12253904. OLE color: 12253904.
HSL color Cylindrical-coordinate representation of color #D0FABA: hue angle of 99.38º degrees, saturation: 0.86, 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 #D0FABA is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 186 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.02 |
| HSL | 99.38º | 0.86% | 0.85% | - |
| HSV(B) | 99.38º | 0.26% | 0.98% | - |
| XYZ | 69.06 | 85.33 | 59.28 | - |
| YUV | 230.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 186 | 0.17 | 0 | 0.26 | 0.02 | 99.38 | 0.86 | 0.85 |
| Hex | D0 | FA | BA | 11 | 0 | 1A | 2 | 63 | 56 | 55 |
| Octal | 320 | 372 | 272 | 21 | 0 | 32 | 2 | 143 | 126 | 125 |
| Binary | 11010000 | 11111010 | 10111010 | 10001 | 0 | 11010 | 10 | 1100011 | 1010110 | 1010101 |
Color Harmonies of #D0FABA
Complementary color
Monochromatic Colors of #D0FABA
Black with #D0FABA
Text Example
Text Example
White with #D0FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FABA; }
p { color: rgb(208,250,186); }
H1.HeaderClassName
{
color: #D0FABA;
}
.AnyTagClassName
{
color: #D0FABA;
}
</style>
background-color css
<style>
a { background-color: #D0FABA; }
a { background-color: rgb(208,250,186); }
div.DivClassName
{
background-color: #D0FABA;
}
.BgClassName
{
background-color: #D0FABA;
}
</style>
border-color css
<style>
span { border-color: #D0FABA; }
span { border-color: rgb(208,250,186); }
td.TdClassName
{
border-color: #D0FABA;
}
.TagClassName
{
border-color: #D0FABA;
}
</style>