Shades of Tea Green #DBFEB7
Tints of Tea Green #DBFEB7
RGB
CMYK
RGB Variations
Color information
#DBFEB7 (or 0xDBFEB7) is known color: Tea Green. HEX triplet: DB, FE and B7. RGB value is (219,254,183). Sum of RGB (Red+Green+Blue) = 219+254+183=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEB7 is #240148. Grayscale: #EBEBEB. Windows color (decimal): -2359625 or 12058331. OLE color: 12058331.
HSL color Cylindrical-coordinate representation of color #DBFEB7: hue angle of 89.58º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBFEB7 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 183 | - |
CMYK | 0.14 | 0 | 0.28 | 0.00 |
HSL | 89.58º | 0.97% | 0.86% | - |
HSV(B) | 89.58º | 0.28% | 1% | - |
XYZ | 73.2 | 89.36 | 58.19 | - |
YUV | 235.44 | 98.4 | 116.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 183 | 0.14 | 0 | 0.28 | 0.00 | 89.58 | 0.97 | 0.86 |
Hex | DB | FE | B7 | E | 0 | 1C | 0 | 5A | 61 | 56 |
Octal | 333 | 376 | 267 | 16 | 0 | 34 | 0 | 132 | 141 | 126 |
Binary | 11011011 | 11111110 | 10110111 | 1110 | 0 | 11100 | 0 | 1011010 | 1100001 | 1010110 |
Color Harmonies of #DBFEB7
Complementary color
Monochromatic Colors of #DBFEB7
Black with #DBFEB7
Text Example
Text Example
White with #DBFEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEB7; }
p { color: rgb(219,254,183); }
H1.HeaderClassName
{
color: #DBFEB7;
}
.AnyTagClassName
{
color: #DBFEB7;
}
</style>
background-color css
<style>
a { background-color: #DBFEB7; }
a { background-color: rgb(219,254,183); }
div.DivClassName
{
background-color: #DBFEB7;
}
.BgClassName
{
background-color: #DBFEB7;
}
</style>
border-color css
<style>
span { border-color: #DBFEB7; }
span { border-color: rgb(219,254,183); }
td.TdClassName
{
border-color: #DBFEB7;
}
.TagClassName
{
border-color: #DBFEB7;
}
</style>