Shades of Tea Green #DBF5BD
Tints of Tea Green #DBF5BD
RGB
CMYK
RGB Variations
Color information
#DBF5BD (or 0xDBF5BD) is known color: Tea Green. HEX triplet: DB, F5 and BD. RGB value is (219,245,189). Sum of RGB (Red+Green+Blue) = 219+245+189=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5BD is #240A42. Grayscale: #E7E7E7. Windows color (decimal): -2361923 or 12449243. OLE color: 12449243.
HSL color Cylindrical-coordinate representation of color #DBF5BD: hue angle of 87.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF5BD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 189 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.04 |
| HSL | 87.86º | 0.74% | 0.85% | - |
| HSV(B) | 87.86º | 0.23% | 0.96% | - |
| XYZ | 71.05 | 84.04 | 60.62 | - |
| YUV | 230.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 189 | 0.11 | 0 | 0.23 | 0.04 | 87.86 | 0.74 | 0.85 |
| Hex | DB | F5 | BD | B | 0 | 17 | 4 | 58 | 4A | 55 |
| Octal | 333 | 365 | 275 | 13 | 0 | 27 | 4 | 130 | 112 | 125 |
| Binary | 11011011 | 11110101 | 10111101 | 1011 | 0 | 10111 | 100 | 1011000 | 1001010 | 1010101 |
Color Harmonies of #DBF5BD
Complementary color
Monochromatic Colors of #DBF5BD
Black with #DBF5BD
Text Example
Text Example
White with #DBF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5BD; }
p { color: rgb(219,245,189); }
H1.HeaderClassName
{
color: #DBF5BD;
}
.AnyTagClassName
{
color: #DBF5BD;
}
</style>
background-color css
<style>
a { background-color: #DBF5BD; }
a { background-color: rgb(219,245,189); }
div.DivClassName
{
background-color: #DBF5BD;
}
.BgClassName
{
background-color: #DBF5BD;
}
</style>
border-color css
<style>
span { border-color: #DBF5BD; }
span { border-color: rgb(219,245,189); }
td.TdClassName
{
border-color: #DBF5BD;
}
.TagClassName
{
border-color: #DBF5BD;
}
</style>