Shades of Tea Green #DBFFB9
Tints of Tea Green #DBFFB9
RGB
CMYK
RGB Variations
Color information
#DBFFB9 (or 0xDBFFB9) is known color: Tea Green. HEX triplet: DB, FF and B9. RGB value is (219,255,185). Sum of RGB (Red+Green+Blue) = 219+255+185=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 185 (72.66% from 255 or 28.07% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFB9 is #240046. Grayscale: #ECECEC. Windows color (decimal): -2359367 or 12189659. OLE color: 12189659.
HSL color Cylindrical-coordinate representation of color #DBFFB9: hue angle of 90.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBFFB9 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 185 | - |
| CMYK | 0.14 | 0 | 0.27 | 0 |
| HSL | 90.86º | 1% | 0.86% | - |
| HSV(B) | 90.86º | 0.27% | 1% | - |
| XYZ | 73.73 | 90.08 | 59.4 | - |
| YUV | 236.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 185 | 0.14 | 0 | 0.27 | 0 | 90.86 | 1 | 0.86 |
| Hex | DB | FF | B9 | E | 0 | 1B | 0 | 5B | 64 | 56 |
| Octal | 333 | 377 | 271 | 16 | 0 | 33 | 0 | 133 | 144 | 126 |
| Binary | 11011011 | 11111111 | 10111001 | 1110 | 0 | 11011 | 0 | 1011011 | 1100100 | 1010110 |
Color Harmonies of #DBFFB9
Complementary color
Monochromatic Colors of #DBFFB9
Black with #DBFFB9
Text Example
Text Example
White with #DBFFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFB9; }
p { color: rgb(219,255,185); }
H1.HeaderClassName
{
color: #DBFFB9;
}
.AnyTagClassName
{
color: #DBFFB9;
}
</style>
background-color css
<style>
a { background-color: #DBFFB9; }
a { background-color: rgb(219,255,185); }
div.DivClassName
{
background-color: #DBFFB9;
}
.BgClassName
{
background-color: #DBFFB9;
}
</style>
border-color css
<style>
span { border-color: #DBFFB9; }
span { border-color: rgb(219,255,185); }
td.TdClassName
{
border-color: #DBFFB9;
}
.TagClassName
{
border-color: #DBFFB9;
}
</style>