Shades of Tea Green #DBFAB8
Tints of Tea Green #DBFAB8
RGB
CMYK
RGB Variations
Color information
#DBFAB8 (or 0xDBFAB8) is known color: Tea Green. HEX triplet: DB, FA and B8. RGB value is (219,250,184). Sum of RGB (Red+Green+Blue) = 219+250+184=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 184 (72.27% from 255 or 28.18% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAB8 is #240547. Grayscale: #E9E9E9. Windows color (decimal): -2360648 or 12122843. OLE color: 12122843.
HSL color Cylindrical-coordinate representation of color #DBFAB8: hue angle of 88.18º degrees, saturation: 0.87, 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 #DBFAB8 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 184 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.02 |
| HSL | 88.18º | 0.87% | 0.85% | - |
| HSV(B) | 88.18º | 0.26% | 0.98% | - |
| XYZ | 72.05 | 86.89 | 58.32 | - |
| YUV | 233.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 184 | 0.12 | 0 | 0.26 | 0.02 | 88.18 | 0.87 | 0.85 |
| Hex | DB | FA | B8 | C | 0 | 1A | 2 | 58 | 57 | 55 |
| Octal | 333 | 372 | 270 | 14 | 0 | 32 | 2 | 130 | 127 | 125 |
| Binary | 11011011 | 11111010 | 10111000 | 1100 | 0 | 11010 | 10 | 1011000 | 1010111 | 1010101 |
Color Harmonies of #DBFAB8
Complementary color
Monochromatic Colors of #DBFAB8
Black with #DBFAB8
Text Example
Text Example
White with #DBFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAB8; }
p { color: rgb(219,250,184); }
H1.HeaderClassName
{
color: #DBFAB8;
}
.AnyTagClassName
{
color: #DBFAB8;
}
</style>
background-color css
<style>
a { background-color: #DBFAB8; }
a { background-color: rgb(219,250,184); }
div.DivClassName
{
background-color: #DBFAB8;
}
.BgClassName
{
background-color: #DBFAB8;
}
</style>
border-color css
<style>
span { border-color: #DBFAB8; }
span { border-color: rgb(219,250,184); }
td.TdClassName
{
border-color: #DBFAB8;
}
.TagClassName
{
border-color: #DBFAB8;
}
</style>