Shades of Tea Green #DBFAB7
Tints of Tea Green #DBFAB7
RGB
CMYK
RGB Variations
Color information
#DBFAB7 (or 0xDBFAB7) is known color: Tea Green. HEX triplet: DB, FA and B7. RGB value is (219,250,183). Sum of RGB (Red+Green+Blue) = 219+250+183=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 183 (71.88% from 255 or 28.07% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAB7 is #240548. Grayscale: #E9E9E9. Windows color (decimal): -2360649 or 12057307. OLE color: 12057307.
HSL color Cylindrical-coordinate representation of color #DBFAB7: hue angle of 87.76º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBFAB7 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 183 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.02 |
| HSL | 87.76º | 0.87% | 0.85% | - |
| HSV(B) | 87.76º | 0.27% | 0.98% | - |
| XYZ | 71.95 | 86.85 | 57.77 | - |
| YUV | 233.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 183 | 0.12 | 0 | 0.27 | 0.02 | 87.76 | 0.87 | 0.85 |
| Hex | DB | FA | B7 | C | 0 | 1B | 2 | 58 | 57 | 55 |
| Octal | 333 | 372 | 267 | 14 | 0 | 33 | 2 | 130 | 127 | 125 |
| Binary | 11011011 | 11111010 | 10110111 | 1100 | 0 | 11011 | 10 | 1011000 | 1010111 | 1010101 |
Color Harmonies of #DBFAB7
Complementary color
Monochromatic Colors of #DBFAB7
Black with #DBFAB7
Text Example
Text Example
White with #DBFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAB7; }
p { color: rgb(219,250,183); }
H1.HeaderClassName
{
color: #DBFAB7;
}
.AnyTagClassName
{
color: #DBFAB7;
}
</style>
background-color css
<style>
a { background-color: #DBFAB7; }
a { background-color: rgb(219,250,183); }
div.DivClassName
{
background-color: #DBFAB7;
}
.BgClassName
{
background-color: #DBFAB7;
}
</style>
border-color css
<style>
span { border-color: #DBFAB7; }
span { border-color: rgb(219,250,183); }
td.TdClassName
{
border-color: #DBFAB7;
}
.TagClassName
{
border-color: #DBFAB7;
}
</style>