Shades of Tea Green #DBF7BD
Tints of Tea Green #DBF7BD
RGB
CMYK
RGB Variations
Color information
#DBF7BD (or 0xDBF7BD) is known color: Tea Green. HEX triplet: DB, F7 and BD. RGB value is (219,247,189). Sum of RGB (Red+Green+Blue) = 219+247+189=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7BD is #240842. Grayscale: #E8E8E8. Windows color (decimal): -2361411 or 12449755. OLE color: 12449755.
HSL color Cylindrical-coordinate representation of color #DBF7BD: hue angle of 88.97º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF7BD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 189 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.03 |
| HSL | 88.97º | 0.78% | 0.85% | - |
| HSV(B) | 88.97º | 0.23% | 0.97% | - |
| XYZ | 71.66 | 85.26 | 60.82 | - |
| YUV | 232.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 189 | 0.11 | 0 | 0.23 | 0.03 | 88.97 | 0.78 | 0.85 |
| Hex | DB | F7 | BD | B | 0 | 17 | 3 | 59 | 4E | 55 |
| Octal | 333 | 367 | 275 | 13 | 0 | 27 | 3 | 131 | 116 | 125 |
| Binary | 11011011 | 11110111 | 10111101 | 1011 | 0 | 10111 | 11 | 1011001 | 1001110 | 1010101 |
Color Harmonies of #DBF7BD
Complementary color
Monochromatic Colors of #DBF7BD
Black with #DBF7BD
Text Example
Text Example
White with #DBF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7BD; }
p { color: rgb(219,247,189); }
H1.HeaderClassName
{
color: #DBF7BD;
}
.AnyTagClassName
{
color: #DBF7BD;
}
</style>
background-color css
<style>
a { background-color: #DBF7BD; }
a { background-color: rgb(219,247,189); }
div.DivClassName
{
background-color: #DBF7BD;
}
.BgClassName
{
background-color: #DBF7BD;
}
</style>
border-color css
<style>
span { border-color: #DBF7BD; }
span { border-color: rgb(219,247,189); }
td.TdClassName
{
border-color: #DBF7BD;
}
.TagClassName
{
border-color: #DBF7BD;
}
</style>