Shades of Tea Green #DBFABB
Tints of Tea Green #DBFABB
RGB
CMYK
RGB Variations
Color information
#DBFABB (or 0xDBFABB) is known color: Tea Green. HEX triplet: DB, FA and BB. RGB value is (219,250,187). Sum of RGB (Red+Green+Blue) = 219+250+187=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFABB is #240544. Grayscale: #E9E9E9. Windows color (decimal): -2360645 or 12319451. OLE color: 12319451.
HSL color Cylindrical-coordinate representation of color #DBFABB: hue angle of 89.52º 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 #DBFABB is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 187 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.02 |
| HSL | 89.52º | 0.86% | 0.86% | - |
| HSV(B) | 89.52º | 0.25% | 0.98% | - |
| XYZ | 72.37 | 87.02 | 60 | - |
| YUV | 233.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 187 | 0.12 | 0 | 0.25 | 0.02 | 89.52 | 0.86 | 0.86 |
| Hex | DB | FA | BB | C | 0 | 19 | 2 | 5A | 56 | 56 |
| Octal | 333 | 372 | 273 | 14 | 0 | 31 | 2 | 132 | 126 | 126 |
| Binary | 11011011 | 11111010 | 10111011 | 1100 | 0 | 11001 | 10 | 1011010 | 1010110 | 1010110 |
Color Harmonies of #DBFABB
Complementary color
Monochromatic Colors of #DBFABB
Black with #DBFABB
Text Example
Text Example
White with #DBFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFABB; }
p { color: rgb(219,250,187); }
H1.HeaderClassName
{
color: #DBFABB;
}
.AnyTagClassName
{
color: #DBFABB;
}
</style>
background-color css
<style>
a { background-color: #DBFABB; }
a { background-color: rgb(219,250,187); }
div.DivClassName
{
background-color: #DBFABB;
}
.BgClassName
{
background-color: #DBFABB;
}
</style>
border-color css
<style>
span { border-color: #DBFABB; }
span { border-color: rgb(219,250,187); }
td.TdClassName
{
border-color: #DBFABB;
}
.TagClassName
{
border-color: #DBFABB;
}
</style>