Shades of Tea Green #DBF7BB
Tints of Tea Green #DBF7BB
RGB
CMYK
RGB Variations
Color information
#DBF7BB (or 0xDBF7BB) is known color: Tea Green. HEX triplet: DB, F7 and BB. RGB value is (219,247,187). Sum of RGB (Red+Green+Blue) = 219+247+187=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7BB is #240844. Grayscale: #E8E8E8. Windows color (decimal): -2361413 or 12318683. OLE color: 12318683.
HSL color Cylindrical-coordinate representation of color #DBF7BB: hue angle of 88º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBF7BB is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 187 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.03 |
| HSL | 88º | 0.79% | 0.85% | - |
| HSV(B) | 88º | 0.24% | 0.97% | - |
| XYZ | 71.44 | 85.17 | 59.69 | - |
| YUV | 231.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 187 | 0.11 | 0 | 0.24 | 0.03 | 88 | 0.79 | 0.85 |
| Hex | DB | F7 | BB | B | 0 | 18 | 3 | 58 | 4F | 55 |
| Octal | 333 | 367 | 273 | 13 | 0 | 30 | 3 | 130 | 117 | 125 |
| Binary | 11011011 | 11110111 | 10111011 | 1011 | 0 | 11000 | 11 | 1011000 | 1001111 | 1010101 |
Color Harmonies of #DBF7BB
Complementary color
Monochromatic Colors of #DBF7BB
Black with #DBF7BB
Text Example
Text Example
White with #DBF7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7BB; }
p { color: rgb(219,247,187); }
H1.HeaderClassName
{
color: #DBF7BB;
}
.AnyTagClassName
{
color: #DBF7BB;
}
</style>
background-color css
<style>
a { background-color: #DBF7BB; }
a { background-color: rgb(219,247,187); }
div.DivClassName
{
background-color: #DBF7BB;
}
.BgClassName
{
background-color: #DBF7BB;
}
</style>
border-color css
<style>
span { border-color: #DBF7BB; }
span { border-color: rgb(219,247,187); }
td.TdClassName
{
border-color: #DBF7BB;
}
.TagClassName
{
border-color: #DBF7BB;
}
</style>