Shades of Tea Green #DBFEBB
Tints of Tea Green #DBFEBB
RGB
CMYK
RGB Variations
Color information
#DBFEBB (or 0xDBFEBB) is known color: Tea Green. HEX triplet: DB, FE and BB. RGB value is (219,254,187). Sum of RGB (Red+Green+Blue) = 219+254+187=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEBB is #240144. Grayscale: #ECECEC. Windows color (decimal): -2359621 or 12320475. OLE color: 12320475.
HSL color Cylindrical-coordinate representation of color #DBFEBB: hue angle of 91.34º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBFEBB is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 187 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.00 |
| HSL | 91.34º | 0.97% | 0.86% | - |
| HSV(B) | 91.34º | 0.26% | 1% | - |
| XYZ | 73.62 | 89.53 | 60.41 | - |
| YUV | 235.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 187 | 0.14 | 0 | 0.26 | 0.00 | 91.34 | 0.97 | 0.86 |
| Hex | DB | FE | BB | E | 0 | 1A | 0 | 5B | 61 | 56 |
| Octal | 333 | 376 | 273 | 16 | 0 | 32 | 0 | 133 | 141 | 126 |
| Binary | 11011011 | 11111110 | 10111011 | 1110 | 0 | 11010 | 0 | 1011011 | 1100001 | 1010110 |
Color Harmonies of #DBFEBB
Complementary color
Monochromatic Colors of #DBFEBB
Black with #DBFEBB
Text Example
Text Example
White with #DBFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEBB; }
p { color: rgb(219,254,187); }
H1.HeaderClassName
{
color: #DBFEBB;
}
.AnyTagClassName
{
color: #DBFEBB;
}
</style>
background-color css
<style>
a { background-color: #DBFEBB; }
a { background-color: rgb(219,254,187); }
div.DivClassName
{
background-color: #DBFEBB;
}
.BgClassName
{
background-color: #DBFEBB;
}
</style>
border-color css
<style>
span { border-color: #DBFEBB; }
span { border-color: rgb(219,254,187); }
td.TdClassName
{
border-color: #DBFEBB;
}
.TagClassName
{
border-color: #DBFEBB;
}
</style>