Shades of Tea Green #DBF8BB
Tints of Tea Green #DBF8BB
RGB
CMYK
RGB Variations
Color information
#DBF8BB (or 0xDBF8BB) is known color: Tea Green. HEX triplet: DB, F8 and BB. RGB value is (219,248,187). Sum of RGB (Red+Green+Blue) = 219+248+187=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8BB is #240744. Grayscale: #E8E8E8. Windows color (decimal): -2361157 or 12318939. OLE color: 12318939.
HSL color Cylindrical-coordinate representation of color #DBF8BB: hue angle of 88.52º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBF8BB is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 187 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.03 |
| HSL | 88.52º | 0.81% | 0.85% | - |
| HSV(B) | 88.52º | 0.25% | 0.97% | - |
| XYZ | 71.75 | 85.78 | 59.79 | - |
| YUV | 232.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 187 | 0.12 | 0 | 0.25 | 0.03 | 88.52 | 0.81 | 0.85 |
| Hex | DB | F8 | BB | C | 0 | 19 | 3 | 59 | 51 | 55 |
| Octal | 333 | 370 | 273 | 14 | 0 | 31 | 3 | 131 | 121 | 125 |
| Binary | 11011011 | 11111000 | 10111011 | 1100 | 0 | 11001 | 11 | 1011001 | 1010001 | 1010101 |
Color Harmonies of #DBF8BB
Complementary color
Monochromatic Colors of #DBF8BB
Black with #DBF8BB
Text Example
Text Example
White with #DBF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8BB; }
p { color: rgb(219,248,187); }
H1.HeaderClassName
{
color: #DBF8BB;
}
.AnyTagClassName
{
color: #DBF8BB;
}
</style>
background-color css
<style>
a { background-color: #DBF8BB; }
a { background-color: rgb(219,248,187); }
div.DivClassName
{
background-color: #DBF8BB;
}
.BgClassName
{
background-color: #DBF8BB;
}
</style>
border-color css
<style>
span { border-color: #DBF8BB; }
span { border-color: rgb(219,248,187); }
td.TdClassName
{
border-color: #DBF8BB;
}
.TagClassName
{
border-color: #DBF8BB;
}
</style>