Shades of Tea Green #DBFBB7
Tints of Tea Green #DBFBB7
RGB
CMYK
RGB Variations
Color information
#DBFBB7 (or 0xDBFBB7) is known color: Tea Green. HEX triplet: DB, FB and B7. RGB value is (219,251,183). Sum of RGB (Red+Green+Blue) = 219+251+183=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBB7 is #240448. Grayscale: #E9E9E9. Windows color (decimal): -2360393 or 12057563. OLE color: 12057563.
HSL color Cylindrical-coordinate representation of color #DBFBB7: hue angle of 88.24º degrees, saturation: 0.89, 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 #DBFBB7 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 183 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.02 |
| HSL | 88.24º | 0.89% | 0.85% | - |
| HSV(B) | 88.24º | 0.27% | 0.98% | - |
| XYZ | 72.26 | 87.47 | 57.88 | - |
| YUV | 233.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 183 | 0.13 | 0 | 0.27 | 0.02 | 88.24 | 0.89 | 0.85 |
| Hex | DB | FB | B7 | D | 0 | 1B | 2 | 58 | 59 | 55 |
| Octal | 333 | 373 | 267 | 15 | 0 | 33 | 2 | 130 | 131 | 125 |
| Binary | 11011011 | 11111011 | 10110111 | 1101 | 0 | 11011 | 10 | 1011000 | 1011001 | 1010101 |
Color Harmonies of #DBFBB7
Complementary color
Monochromatic Colors of #DBFBB7
Black with #DBFBB7
Text Example
Text Example
White with #DBFBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBB7; }
p { color: rgb(219,251,183); }
H1.HeaderClassName
{
color: #DBFBB7;
}
.AnyTagClassName
{
color: #DBFBB7;
}
</style>
background-color css
<style>
a { background-color: #DBFBB7; }
a { background-color: rgb(219,251,183); }
div.DivClassName
{
background-color: #DBFBB7;
}
.BgClassName
{
background-color: #DBFBB7;
}
</style>
border-color css
<style>
span { border-color: #DBFBB7; }
span { border-color: rgb(219,251,183); }
td.TdClassName
{
border-color: #DBFBB7;
}
.TagClassName
{
border-color: #DBFBB7;
}
</style>