Shades of Tea Green #DBF7BC
Tints of Tea Green #DBF7BC
RGB
CMYK
RGB Variations
Color information
#DBF7BC (or 0xDBF7BC) is known color: Tea Green. HEX triplet: DB, F7 and BC. RGB value is (219,247,188). Sum of RGB (Red+Green+Blue) = 219+247+188=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7BC is #240843. Grayscale: #E8E8E8. Windows color (decimal): -2361412 or 12384219. OLE color: 12384219.
HSL color Cylindrical-coordinate representation of color #DBF7BC: hue angle of 88.47º 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 #DBF7BC is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 188 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.03 |
| HSL | 88.47º | 0.79% | 0.85% | - |
| HSV(B) | 88.47º | 0.24% | 0.97% | - |
| XYZ | 71.55 | 85.21 | 60.25 | - |
| YUV | 231.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 188 | 0.11 | 0 | 0.24 | 0.03 | 88.47 | 0.79 | 0.85 |
| Hex | DB | F7 | BC | B | 0 | 18 | 3 | 58 | 4F | 55 |
| Octal | 333 | 367 | 274 | 13 | 0 | 30 | 3 | 130 | 117 | 125 |
| Binary | 11011011 | 11110111 | 10111100 | 1011 | 0 | 11000 | 11 | 1011000 | 1001111 | 1010101 |
Color Harmonies of #DBF7BC
Complementary color
Monochromatic Colors of #DBF7BC
Black with #DBF7BC
Text Example
Text Example
White with #DBF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7BC; }
p { color: rgb(219,247,188); }
H1.HeaderClassName
{
color: #DBF7BC;
}
.AnyTagClassName
{
color: #DBF7BC;
}
</style>
background-color css
<style>
a { background-color: #DBF7BC; }
a { background-color: rgb(219,247,188); }
div.DivClassName
{
background-color: #DBF7BC;
}
.BgClassName
{
background-color: #DBF7BC;
}
</style>
border-color css
<style>
span { border-color: #DBF7BC; }
span { border-color: rgb(219,247,188); }
td.TdClassName
{
border-color: #DBF7BC;
}
.TagClassName
{
border-color: #DBF7BC;
}
</style>