Shades of Tea Green #D0FABB
Tints of Tea Green #D0FABB
RGB
CMYK
RGB Variations
Color information
#D0FABB (or 0xD0FABB) is known color: Tea Green. HEX triplet: D0, FA and BB. RGB value is (208,250,187). Sum of RGB (Red+Green+Blue) = 208+250+187=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FABB is #2F0544. Grayscale: #E6E6E6. Windows color (decimal): -3081541 or 12319440. OLE color: 12319440.
HSL color Cylindrical-coordinate representation of color #D0FABB: hue angle of 100º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0FABB is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 187 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.02 |
| HSL | 100º | 0.86% | 0.86% | - |
| HSV(B) | 100º | 0.25% | 0.98% | - |
| XYZ | 69.17 | 85.37 | 59.85 | - |
| YUV | 230.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 187 | 0.17 | 0 | 0.25 | 0.02 | 100 | 0.86 | 0.86 |
| Hex | D0 | FA | BB | 11 | 0 | 19 | 2 | 64 | 56 | 56 |
| Octal | 320 | 372 | 273 | 21 | 0 | 31 | 2 | 144 | 126 | 126 |
| Binary | 11010000 | 11111010 | 10111011 | 10001 | 0 | 11001 | 10 | 1100100 | 1010110 | 1010110 |
Color Harmonies of #D0FABB
Complementary color
Monochromatic Colors of #D0FABB
Black with #D0FABB
Text Example
Text Example
White with #D0FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FABB; }
p { color: rgb(208,250,187); }
H1.HeaderClassName
{
color: #D0FABB;
}
.AnyTagClassName
{
color: #D0FABB;
}
</style>
background-color css
<style>
a { background-color: #D0FABB; }
a { background-color: rgb(208,250,187); }
div.DivClassName
{
background-color: #D0FABB;
}
.BgClassName
{
background-color: #D0FABB;
}
</style>
border-color css
<style>
span { border-color: #D0FABB; }
span { border-color: rgb(208,250,187); }
td.TdClassName
{
border-color: #D0FABB;
}
.TagClassName
{
border-color: #D0FABB;
}
</style>