Shades of Tea Green #DBFCB9
Tints of Tea Green #DBFCB9
RGB
CMYK
RGB Variations
Color information
#DBFCB9 (or 0xDBFCB9) is known color: Tea Green. HEX triplet: DB, FC and B9. RGB value is (219,252,185). Sum of RGB (Red+Green+Blue) = 219+252+185=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCB9 is #240346. Grayscale: #EAEAEA. Windows color (decimal): -2360135 or 12188891. OLE color: 12188891.
HSL color Cylindrical-coordinate representation of color #DBFCB9: hue angle of 89.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBFCB9 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 185 | - |
CMYK | 0.13 | 0 | 0.27 | 0.01 |
HSL | 89.55º | 0.92% | 0.86% | - |
HSV(B) | 89.55º | 0.27% | 0.99% | - |
XYZ | 72.78 | 88.18 | 59.08 | - |
YUV | 234.5 | 100.07 | 116.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 185 | 0.13 | 0 | 0.27 | 0.01 | 89.55 | 0.92 | 0.86 |
Hex | DB | FC | B9 | D | 0 | 1B | 1 | 5A | 5C | 56 |
Octal | 333 | 374 | 271 | 15 | 0 | 33 | 1 | 132 | 134 | 126 |
Binary | 11011011 | 11111100 | 10111001 | 1101 | 0 | 11011 | 1 | 1011010 | 1011100 | 1010110 |
Color Harmonies of #DBFCB9
Complementary color
Monochromatic Colors of #DBFCB9
Black with #DBFCB9
Text Example
Text Example
White with #DBFCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCB9; }
p { color: rgb(219,252,185); }
H1.HeaderClassName
{
color: #DBFCB9;
}
.AnyTagClassName
{
color: #DBFCB9;
}
</style>
background-color css
<style>
a { background-color: #DBFCB9; }
a { background-color: rgb(219,252,185); }
div.DivClassName
{
background-color: #DBFCB9;
}
.BgClassName
{
background-color: #DBFCB9;
}
</style>
border-color css
<style>
span { border-color: #DBFCB9; }
span { border-color: rgb(219,252,185); }
td.TdClassName
{
border-color: #DBFCB9;
}
.TagClassName
{
border-color: #DBFCB9;
}
</style>