Shades of Tea Green #DBFEC5
Tints of Tea Green #DBFEC5
RGB
CMYK
RGB Variations
Color information
#DBFEC5 (or 0xDBFEC5) is known color: Tea Green. HEX triplet: DB, FE and C5. RGB value is (219,254,197). Sum of RGB (Red+Green+Blue) = 219+254+197=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEC5 is #24013A. Grayscale: #EDEDED. Windows color (decimal): -2359611 or 12975835. OLE color: 12975835.
HSL color Cylindrical-coordinate representation of color #DBFEC5: hue angle of 96.84º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBFEC5 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 197 | - |
CMYK | 0.14 | 0 | 0.22 | 0.00 |
HSL | 96.84º | 0.97% | 0.88% | - |
HSV(B) | 96.84º | 0.22% | 1% | - |
XYZ | 74.73 | 89.97 | 66.25 | - |
YUV | 237.04 | 105.4 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 197 | 0.14 | 0 | 0.22 | 0.00 | 96.84 | 0.97 | 0.88 |
Hex | DB | FE | C5 | E | 0 | 16 | 0 | 61 | 61 | 58 |
Octal | 333 | 376 | 305 | 16 | 0 | 26 | 0 | 141 | 141 | 130 |
Binary | 11011011 | 11111110 | 11000101 | 1110 | 0 | 10110 | 0 | 1100001 | 1100001 | 1011000 |
Color Harmonies of #DBFEC5
Complementary color
Monochromatic Colors of #DBFEC5
Black with #DBFEC5
Text Example
Text Example
White with #DBFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEC5; }
p { color: rgb(219,254,197); }
H1.HeaderClassName
{
color: #DBFEC5;
}
.AnyTagClassName
{
color: #DBFEC5;
}
</style>
background-color css
<style>
a { background-color: #DBFEC5; }
a { background-color: rgb(219,254,197); }
div.DivClassName
{
background-color: #DBFEC5;
}
.BgClassName
{
background-color: #DBFEC5;
}
</style>
border-color css
<style>
span { border-color: #DBFEC5; }
span { border-color: rgb(219,254,197); }
td.TdClassName
{
border-color: #DBFEC5;
}
.TagClassName
{
border-color: #DBFEC5;
}
</style>