Shades of Tea Green #DBF8BD
Tints of Tea Green #DBF8BD
RGB
CMYK
RGB Variations
Color information
#DBF8BD (or 0xDBF8BD) is known color: Tea Green. HEX triplet: DB, F8 and BD. RGB value is (219,248,189). Sum of RGB (Red+Green+Blue) = 219+248+189=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8BD is #240742. Grayscale: #E8E8E8. Windows color (decimal): -2361155 or 12450011. OLE color: 12450011.
HSL color Cylindrical-coordinate representation of color #DBF8BD: hue angle of 89.49º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBF8BD is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 189 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.03 |
| HSL | 89.49º | 0.81% | 0.86% | - |
| HSV(B) | 89.49º | 0.24% | 0.97% | - |
| XYZ | 71.97 | 85.87 | 60.93 | - |
| YUV | 232.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 189 | 0.12 | 0 | 0.24 | 0.03 | 89.49 | 0.81 | 0.86 |
| Hex | DB | F8 | BD | C | 0 | 18 | 3 | 59 | 51 | 56 |
| Octal | 333 | 370 | 275 | 14 | 0 | 30 | 3 | 131 | 121 | 126 |
| Binary | 11011011 | 11111000 | 10111101 | 1100 | 0 | 11000 | 11 | 1011001 | 1010001 | 1010110 |
Color Harmonies of #DBF8BD
Complementary color
Monochromatic Colors of #DBF8BD
Black with #DBF8BD
Text Example
Text Example
White with #DBF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8BD; }
p { color: rgb(219,248,189); }
H1.HeaderClassName
{
color: #DBF8BD;
}
.AnyTagClassName
{
color: #DBF8BD;
}
</style>
background-color css
<style>
a { background-color: #DBF8BD; }
a { background-color: rgb(219,248,189); }
div.DivClassName
{
background-color: #DBF8BD;
}
.BgClassName
{
background-color: #DBF8BD;
}
</style>
border-color css
<style>
span { border-color: #DBF8BD; }
span { border-color: rgb(219,248,189); }
td.TdClassName
{
border-color: #DBF8BD;
}
.TagClassName
{
border-color: #DBF8BD;
}
</style>