Shades of Tea Green #DBFBBA
Tints of Tea Green #DBFBBA
RGB
CMYK
RGB Variations
Color information
#DBFBBA (or 0xDBFBBA) is known color: Tea Green. HEX triplet: DB, FB and BA. RGB value is (219,251,186). Sum of RGB (Red+Green+Blue) = 219+251+186=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBBA is #240445. Grayscale: #EAEAEA. Windows color (decimal): -2360390 or 12254171. OLE color: 12254171.
HSL color Cylindrical-coordinate representation of color #DBFBBA: hue angle of 89.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBFBBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 186 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.02 |
| HSL | 89.54º | 0.89% | 0.86% | - |
| HSV(B) | 89.54º | 0.26% | 0.98% | - |
| XYZ | 72.57 | 87.6 | 59.54 | - |
| YUV | 234.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 186 | 0.13 | 0 | 0.26 | 0.02 | 89.54 | 0.89 | 0.86 |
| Hex | DB | FB | BA | D | 0 | 1A | 2 | 5A | 59 | 56 |
| Octal | 333 | 373 | 272 | 15 | 0 | 32 | 2 | 132 | 131 | 126 |
| Binary | 11011011 | 11111011 | 10111010 | 1101 | 0 | 11010 | 10 | 1011010 | 1011001 | 1010110 |
Color Harmonies of #DBFBBA
Complementary color
Monochromatic Colors of #DBFBBA
Black with #DBFBBA
Text Example
Text Example
White with #DBFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBBA; }
p { color: rgb(219,251,186); }
H1.HeaderClassName
{
color: #DBFBBA;
}
.AnyTagClassName
{
color: #DBFBBA;
}
</style>
background-color css
<style>
a { background-color: #DBFBBA; }
a { background-color: rgb(219,251,186); }
div.DivClassName
{
background-color: #DBFBBA;
}
.BgClassName
{
background-color: #DBFBBA;
}
</style>
border-color css
<style>
span { border-color: #DBFBBA; }
span { border-color: rgb(219,251,186); }
td.TdClassName
{
border-color: #DBFBBA;
}
.TagClassName
{
border-color: #DBFBBA;
}
</style>