Shades of Tea Green #DBFBB9
Tints of Tea Green #DBFBB9
RGB
CMYK
RGB Variations
Color information
#DBFBB9 (or 0xDBFBB9) is known color: Tea Green. HEX triplet: DB, FB and B9. RGB value is (219,251,185). Sum of RGB (Red+Green+Blue) = 219+251+185=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBB9 is #240446. Grayscale: #EAEAEA. Windows color (decimal): -2360391 or 12188635. OLE color: 12188635.
HSL color Cylindrical-coordinate representation of color #DBFBB9: hue angle of 89.09º degrees, saturation: 0.89, 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 #DBFBB9 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 185 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.02 |
| HSL | 89.09º | 0.89% | 0.85% | - |
| HSV(B) | 89.09º | 0.26% | 0.98% | - |
| XYZ | 72.47 | 87.56 | 58.98 | - |
| YUV | 233.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 185 | 0.13 | 0 | 0.26 | 0.02 | 89.09 | 0.89 | 0.85 |
| Hex | DB | FB | B9 | D | 0 | 1A | 2 | 59 | 59 | 55 |
| Octal | 333 | 373 | 271 | 15 | 0 | 32 | 2 | 131 | 131 | 125 |
| Binary | 11011011 | 11111011 | 10111001 | 1101 | 0 | 11010 | 10 | 1011001 | 1011001 | 1010101 |
Color Harmonies of #DBFBB9
Complementary color
Monochromatic Colors of #DBFBB9
Black with #DBFBB9
Text Example
Text Example
White with #DBFBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBB9; }
p { color: rgb(219,251,185); }
H1.HeaderClassName
{
color: #DBFBB9;
}
.AnyTagClassName
{
color: #DBFBB9;
}
</style>
background-color css
<style>
a { background-color: #DBFBB9; }
a { background-color: rgb(219,251,185); }
div.DivClassName
{
background-color: #DBFBB9;
}
.BgClassName
{
background-color: #DBFBB9;
}
</style>
border-color css
<style>
span { border-color: #DBFBB9; }
span { border-color: rgb(219,251,185); }
td.TdClassName
{
border-color: #DBFBB9;
}
.TagClassName
{
border-color: #DBFBB9;
}
</style>