Shades of Tea Green #DBFEC0
Tints of Tea Green #DBFEC0
RGB
CMYK
RGB Variations
Color information
#DBFEC0 (or 0xDBFEC0) is known color: Tea Green. HEX triplet: DB, FE and C0. RGB value is (219,254,192). Sum of RGB (Red+Green+Blue) = 219+254+192=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEC0 is #24013F. Grayscale: #ECECEC. Windows color (decimal): -2359616 or 12648155. OLE color: 12648155.
HSL color Cylindrical-coordinate representation of color #DBFEC0: hue angle of 93.87º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBFEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 192 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.00 |
| HSL | 93.87º | 0.97% | 0.87% | - |
| HSV(B) | 93.87º | 0.24% | 1% | - |
| XYZ | 74.17 | 89.75 | 63.28 | - |
| YUV | 236.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 192 | 0.14 | 0 | 0.24 | 0.00 | 93.87 | 0.97 | 0.87 |
| Hex | DB | FE | C0 | E | 0 | 18 | 0 | 5E | 61 | 57 |
| Octal | 333 | 376 | 300 | 16 | 0 | 30 | 0 | 136 | 141 | 127 |
| Binary | 11011011 | 11111110 | 11000000 | 1110 | 0 | 11000 | 0 | 1011110 | 1100001 | 1010111 |
Color Harmonies of #DBFEC0
Complementary color
Monochromatic Colors of #DBFEC0
Black with #DBFEC0
Text Example
Text Example
White with #DBFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEC0; }
p { color: rgb(219,254,192); }
H1.HeaderClassName
{
color: #DBFEC0;
}
.AnyTagClassName
{
color: #DBFEC0;
}
</style>
background-color css
<style>
a { background-color: #DBFEC0; }
a { background-color: rgb(219,254,192); }
div.DivClassName
{
background-color: #DBFEC0;
}
.BgClassName
{
background-color: #DBFEC0;
}
</style>
border-color css
<style>
span { border-color: #DBFEC0; }
span { border-color: rgb(219,254,192); }
td.TdClassName
{
border-color: #DBFEC0;
}
.TagClassName
{
border-color: #DBFEC0;
}
</style>