Shades of Tea Green #DBFEBE
Tints of Tea Green #DBFEBE
RGB
CMYK
RGB Variations
Color information
#DBFEBE (or 0xDBFEBE) is known color: Tea Green. HEX triplet: DB, FE and BE. RGB value is (219,254,190). Sum of RGB (Red+Green+Blue) = 219+254+190=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEBE is #240141. Grayscale: #ECECEC. Windows color (decimal): -2359618 or 12517083. OLE color: 12517083.
HSL color Cylindrical-coordinate representation of color #DBFEBE: hue angle of 92.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBFEBE is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 190 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.00 |
| HSL | 92.81º | 0.97% | 0.87% | - |
| HSV(B) | 92.81º | 0.25% | 1% | - |
| XYZ | 73.95 | 89.66 | 62.12 | - |
| YUV | 236.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 190 | 0.14 | 0 | 0.25 | 0.00 | 92.81 | 0.97 | 0.87 |
| Hex | DB | FE | BE | E | 0 | 19 | 0 | 5D | 61 | 57 |
| Octal | 333 | 376 | 276 | 16 | 0 | 31 | 0 | 135 | 141 | 127 |
| Binary | 11011011 | 11111110 | 10111110 | 1110 | 0 | 11001 | 0 | 1011101 | 1100001 | 1010111 |
Color Harmonies of #DBFEBE
Complementary color
Monochromatic Colors of #DBFEBE
Black with #DBFEBE
Text Example
Text Example
White with #DBFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEBE; }
p { color: rgb(219,254,190); }
H1.HeaderClassName
{
color: #DBFEBE;
}
.AnyTagClassName
{
color: #DBFEBE;
}
</style>
background-color css
<style>
a { background-color: #DBFEBE; }
a { background-color: rgb(219,254,190); }
div.DivClassName
{
background-color: #DBFEBE;
}
.BgClassName
{
background-color: #DBFEBE;
}
</style>
border-color css
<style>
span { border-color: #DBFEBE; }
span { border-color: rgb(219,254,190); }
td.TdClassName
{
border-color: #DBFEBE;
}
.TagClassName
{
border-color: #DBFEBE;
}
</style>