Shades of Tea Green #DBFEB4
Tints of Tea Green #DBFEB4
RGB
CMYK
RGB Variations
Color information
#DBFEB4 (or 0xDBFEB4) is known color: Tea Green. HEX triplet: DB, FE and B4. RGB value is (219,254,180). Sum of RGB (Red+Green+Blue) = 219+254+180=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEB4 is #24014B. Grayscale: #EBEBEB. Windows color (decimal): -2359628 or 11861723. OLE color: 11861723.
HSL color Cylindrical-coordinate representation of color #DBFEB4: hue angle of 88.38º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFEB4 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 180 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.00 |
| HSL | 88.38º | 0.97% | 0.85% | - |
| HSV(B) | 88.38º | 0.29% | 1% | - |
| XYZ | 72.89 | 89.24 | 56.56 | - |
| YUV | 235.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 180 | 0.14 | 0 | 0.29 | 0.00 | 88.38 | 0.97 | 0.85 |
| Hex | DB | FE | B4 | E | 0 | 1D | 0 | 58 | 61 | 55 |
| Octal | 333 | 376 | 264 | 16 | 0 | 35 | 0 | 130 | 141 | 125 |
| Binary | 11011011 | 11111110 | 10110100 | 1110 | 0 | 11101 | 0 | 1011000 | 1100001 | 1010101 |
Color Harmonies of #DBFEB4
Complementary color
Monochromatic Colors of #DBFEB4
Black with #DBFEB4
Text Example
Text Example
White with #DBFEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEB4; }
p { color: rgb(219,254,180); }
H1.HeaderClassName
{
color: #DBFEB4;
}
.AnyTagClassName
{
color: #DBFEB4;
}
</style>
background-color css
<style>
a { background-color: #DBFEB4; }
a { background-color: rgb(219,254,180); }
div.DivClassName
{
background-color: #DBFEB4;
}
.BgClassName
{
background-color: #DBFEB4;
}
</style>
border-color css
<style>
span { border-color: #DBFEB4; }
span { border-color: rgb(219,254,180); }
td.TdClassName
{
border-color: #DBFEB4;
}
.TagClassName
{
border-color: #DBFEB4;
}
</style>