Shades of Tea Green #DBF3BC
Tints of Tea Green #DBF3BC
RGB
CMYK
RGB Variations
Color information
#DBF3BC (or 0xDBF3BC) is known color: Tea Green. HEX triplet: DB, F3 and BC. RGB value is (219,243,188). Sum of RGB (Red+Green+Blue) = 219+243+188=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3BC is #240C43. Grayscale: #E5E5E5. Windows color (decimal): -2362436 or 12383195. OLE color: 12383195.
HSL color Cylindrical-coordinate representation of color #DBF3BC: hue angle of 86.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF3BC is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 188 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.05 |
| HSL | 86.18º | 0.7% | 0.85% | - |
| HSV(B) | 86.18º | 0.23% | 0.95% | - |
| XYZ | 70.34 | 82.79 | 59.85 | - |
| YUV | 229.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 188 | 0.10 | 0 | 0.23 | 0.05 | 86.18 | 0.7 | 0.85 |
| Hex | DB | F3 | BC | A | 0 | 17 | 5 | 56 | 46 | 55 |
| Octal | 333 | 363 | 274 | 12 | 0 | 27 | 5 | 126 | 106 | 125 |
| Binary | 11011011 | 11110011 | 10111100 | 1010 | 0 | 10111 | 101 | 1010110 | 1000110 | 1010101 |
Color Harmonies of #DBF3BC
Complementary color
Monochromatic Colors of #DBF3BC
Black with #DBF3BC
Text Example
Text Example
White with #DBF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3BC; }
p { color: rgb(219,243,188); }
H1.HeaderClassName
{
color: #DBF3BC;
}
.AnyTagClassName
{
color: #DBF3BC;
}
</style>
background-color css
<style>
a { background-color: #DBF3BC; }
a { background-color: rgb(219,243,188); }
div.DivClassName
{
background-color: #DBF3BC;
}
.BgClassName
{
background-color: #DBF3BC;
}
</style>
border-color css
<style>
span { border-color: #DBF3BC; }
span { border-color: rgb(219,243,188); }
td.TdClassName
{
border-color: #DBF3BC;
}
.TagClassName
{
border-color: #DBF3BC;
}
</style>