Shades of Tea Green #DBFEBD
Tints of Tea Green #DBFEBD
RGB
CMYK
RGB Variations
Color information
#DBFEBD (or 0xDBFEBD) is known color: Tea Green. HEX triplet: DB, FE and BD. RGB value is (219,254,189). Sum of RGB (Red+Green+Blue) = 219+254+189=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEBD is #240142. Grayscale: #ECECEC. Windows color (decimal): -2359619 or 12451547. OLE color: 12451547.
HSL color Cylindrical-coordinate representation of color #DBFEBD: hue angle of 92.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBFEBD is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 189 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.00 |
| HSL | 92.31º | 0.97% | 0.87% | - |
| HSV(B) | 92.31º | 0.26% | 1% | - |
| XYZ | 73.84 | 89.62 | 61.55 | - |
| YUV | 236.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 189 | 0.14 | 0 | 0.26 | 0.00 | 92.31 | 0.97 | 0.87 |
| Hex | DB | FE | BD | E | 0 | 1A | 0 | 5C | 61 | 57 |
| Octal | 333 | 376 | 275 | 16 | 0 | 32 | 0 | 134 | 141 | 127 |
| Binary | 11011011 | 11111110 | 10111101 | 1110 | 0 | 11010 | 0 | 1011100 | 1100001 | 1010111 |
Color Harmonies of #DBFEBD
Complementary color
Monochromatic Colors of #DBFEBD
Black with #DBFEBD
Text Example
Text Example
White with #DBFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEBD; }
p { color: rgb(219,254,189); }
H1.HeaderClassName
{
color: #DBFEBD;
}
.AnyTagClassName
{
color: #DBFEBD;
}
</style>
background-color css
<style>
a { background-color: #DBFEBD; }
a { background-color: rgb(219,254,189); }
div.DivClassName
{
background-color: #DBFEBD;
}
.BgClassName
{
background-color: #DBFEBD;
}
</style>
border-color css
<style>
span { border-color: #DBFEBD; }
span { border-color: rgb(219,254,189); }
td.TdClassName
{
border-color: #DBFEBD;
}
.TagClassName
{
border-color: #DBFEBD;
}
</style>