Shades of Tea Green #DBF4BD
Tints of Tea Green #DBF4BD
RGB
CMYK
RGB Variations
Color information
#DBF4BD (or 0xDBF4BD) is known color: Tea Green. HEX triplet: DB, F4 and BD. RGB value is (219,244,189). Sum of RGB (Red+Green+Blue) = 219+244+189=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4BD is #240B42. Grayscale: #E6E6E6. Windows color (decimal): -2362179 or 12448987. OLE color: 12448987.
HSL color Cylindrical-coordinate representation of color #DBF4BD: hue angle of 87.27º degrees, saturation: 0.71, 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 #DBF4BD is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 189 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.04 |
| HSL | 87.27º | 0.71% | 0.85% | - |
| HSV(B) | 87.27º | 0.23% | 0.96% | - |
| XYZ | 70.75 | 83.44 | 60.52 | - |
| YUV | 230.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 189 | 0.10 | 0 | 0.23 | 0.04 | 87.27 | 0.71 | 0.85 |
| Hex | DB | F4 | BD | A | 0 | 17 | 4 | 57 | 47 | 55 |
| Octal | 333 | 364 | 275 | 12 | 0 | 27 | 4 | 127 | 107 | 125 |
| Binary | 11011011 | 11110100 | 10111101 | 1010 | 0 | 10111 | 100 | 1010111 | 1000111 | 1010101 |
Color Harmonies of #DBF4BD
Complementary color
Monochromatic Colors of #DBF4BD
Black with #DBF4BD
Text Example
Text Example
White with #DBF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4BD; }
p { color: rgb(219,244,189); }
H1.HeaderClassName
{
color: #DBF4BD;
}
.AnyTagClassName
{
color: #DBF4BD;
}
</style>
background-color css
<style>
a { background-color: #DBF4BD; }
a { background-color: rgb(219,244,189); }
div.DivClassName
{
background-color: #DBF4BD;
}
.BgClassName
{
background-color: #DBF4BD;
}
</style>
border-color css
<style>
span { border-color: #DBF4BD; }
span { border-color: rgb(219,244,189); }
td.TdClassName
{
border-color: #DBF4BD;
}
.TagClassName
{
border-color: #DBF4BD;
}
</style>