Shades of Tea Green #DBFBB6
Tints of Tea Green #DBFBB6
RGB
CMYK
RGB Variations
Color information
#DBFBB6 (or 0xDBFBB6) is known color: Tea Green. HEX triplet: DB, FB and B6. RGB value is (219,251,182). Sum of RGB (Red+Green+Blue) = 219+251+182=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBB6 is #240449. Grayscale: #E9E9E9. Windows color (decimal): -2360394 or 11992027. OLE color: 11992027.
HSL color Cylindrical-coordinate representation of color #DBFBB6: hue angle of 87.83º degrees, saturation: 0.9, 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 #DBFBB6 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 182 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.02 |
| HSL | 87.83º | 0.9% | 0.85% | - |
| HSV(B) | 87.83º | 0.27% | 0.98% | - |
| XYZ | 72.15 | 87.43 | 57.33 | - |
| YUV | 233.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 182 | 0.13 | 0 | 0.27 | 0.02 | 87.83 | 0.9 | 0.85 |
| Hex | DB | FB | B6 | D | 0 | 1B | 2 | 58 | 5A | 55 |
| Octal | 333 | 373 | 266 | 15 | 0 | 33 | 2 | 130 | 132 | 125 |
| Binary | 11011011 | 11111011 | 10110110 | 1101 | 0 | 11011 | 10 | 1011000 | 1011010 | 1010101 |
Color Harmonies of #DBFBB6
Complementary color
Monochromatic Colors of #DBFBB6
Black with #DBFBB6
Text Example
Text Example
White with #DBFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBB6; }
p { color: rgb(219,251,182); }
H1.HeaderClassName
{
color: #DBFBB6;
}
.AnyTagClassName
{
color: #DBFBB6;
}
</style>
background-color css
<style>
a { background-color: #DBFBB6; }
a { background-color: rgb(219,251,182); }
div.DivClassName
{
background-color: #DBFBB6;
}
.BgClassName
{
background-color: #DBFBB6;
}
</style>
border-color css
<style>
span { border-color: #DBFBB6; }
span { border-color: rgb(219,251,182); }
td.TdClassName
{
border-color: #DBFBB6;
}
.TagClassName
{
border-color: #DBFBB6;
}
</style>