Shades of Tea Green #DBF5BC
Tints of Tea Green #DBF5BC
RGB
CMYK
RGB Variations
Color information
#DBF5BC (or 0xDBF5BC) is known color: Tea Green. HEX triplet: DB, F5 and BC. RGB value is (219,245,188). Sum of RGB (Red+Green+Blue) = 219+245+188=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5BC is #240A43. Grayscale: #E6E6E6. Windows color (decimal): -2361924 or 12383707. OLE color: 12383707.
HSL color Cylindrical-coordinate representation of color #DBF5BC: hue angle of 87.37º 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 #DBF5BC is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 188 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.04 |
| HSL | 87.37º | 0.74% | 0.85% | - |
| HSV(B) | 87.37º | 0.23% | 0.96% | - |
| XYZ | 70.94 | 84 | 60.05 | - |
| YUV | 230.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 188 | 0.11 | 0 | 0.23 | 0.04 | 87.37 | 0.74 | 0.85 |
| Hex | DB | F5 | BC | B | 0 | 17 | 4 | 57 | 4A | 55 |
| Octal | 333 | 365 | 274 | 13 | 0 | 27 | 4 | 127 | 112 | 125 |
| Binary | 11011011 | 11110101 | 10111100 | 1011 | 0 | 10111 | 100 | 1010111 | 1001010 | 1010101 |
Color Harmonies of #DBF5BC
Complementary color
Monochromatic Colors of #DBF5BC
Black with #DBF5BC
Text Example
Text Example
White with #DBF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5BC; }
p { color: rgb(219,245,188); }
H1.HeaderClassName
{
color: #DBF5BC;
}
.AnyTagClassName
{
color: #DBF5BC;
}
</style>
background-color css
<style>
a { background-color: #DBF5BC; }
a { background-color: rgb(219,245,188); }
div.DivClassName
{
background-color: #DBF5BC;
}
.BgClassName
{
background-color: #DBF5BC;
}
</style>
border-color css
<style>
span { border-color: #DBF5BC; }
span { border-color: rgb(219,245,188); }
td.TdClassName
{
border-color: #DBF5BC;
}
.TagClassName
{
border-color: #DBF5BC;
}
</style>