Shades of Tea Green #DBFEB9
Tints of Tea Green #DBFEB9
RGB
CMYK
RGB Variations
Color information
#DBFEB9 (or 0xDBFEB9) is known color: Tea Green. HEX triplet: DB, FE and B9. RGB value is (219,254,185). Sum of RGB (Red+Green+Blue) = 219+254+185=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEB9 is #240146. Grayscale: #EBEBEB. Windows color (decimal): -2359623 or 12189403. OLE color: 12189403.
HSL color Cylindrical-coordinate representation of color #DBFEB9: hue angle of 90.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBFEB9 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 185 | - |
CMYK | 0.14 | 0 | 0.27 | 0.00 |
HSL | 90.43º | 0.97% | 0.86% | - |
HSV(B) | 90.43º | 0.27% | 1% | - |
XYZ | 73.41 | 89.45 | 59.29 | - |
YUV | 235.67 | 99.4 | 116.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 185 | 0.14 | 0 | 0.27 | 0.00 | 90.43 | 0.97 | 0.86 |
Hex | DB | FE | B9 | E | 0 | 1B | 0 | 5A | 61 | 56 |
Octal | 333 | 376 | 271 | 16 | 0 | 33 | 0 | 132 | 141 | 126 |
Binary | 11011011 | 11111110 | 10111001 | 1110 | 0 | 11011 | 0 | 1011010 | 1100001 | 1010110 |
Color Harmonies of #DBFEB9
Complementary color
Monochromatic Colors of #DBFEB9
Black with #DBFEB9
Text Example
Text Example
White with #DBFEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEB9; }
p { color: rgb(219,254,185); }
H1.HeaderClassName
{
color: #DBFEB9;
}
.AnyTagClassName
{
color: #DBFEB9;
}
</style>
background-color css
<style>
a { background-color: #DBFEB9; }
a { background-color: rgb(219,254,185); }
div.DivClassName
{
background-color: #DBFEB9;
}
.BgClassName
{
background-color: #DBFEB9;
}
</style>
border-color css
<style>
span { border-color: #DBFEB9; }
span { border-color: rgb(219,254,185); }
td.TdClassName
{
border-color: #DBFEB9;
}
.TagClassName
{
border-color: #DBFEB9;
}
</style>