Shades of Tea Green #DBF3BB
Tints of Tea Green #DBF3BB
RGB
CMYK
RGB Variations
Color information
#DBF3BB (or 0xDBF3BB) is known color: Tea Green. HEX triplet: DB, F3 and BB. RGB value is (219,243,187). Sum of RGB (Red+Green+Blue) = 219+243+187=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3BB is #240C44. Grayscale: #E5E5E5. Windows color (decimal): -2362437 or 12317659. OLE color: 12317659.
HSL color Cylindrical-coordinate representation of color #DBF3BB: hue angle of 85.71º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF3BB is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 187 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.05 |
| HSL | 85.71º | 0.7% | 0.84% | - |
| HSV(B) | 85.71º | 0.23% | 0.95% | - |
| XYZ | 70.23 | 82.75 | 59.28 | - |
| YUV | 229.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 187 | 0.10 | 0 | 0.23 | 0.05 | 85.71 | 0.7 | 0.84 |
| Hex | DB | F3 | BB | A | 0 | 17 | 5 | 56 | 46 | 54 |
| Octal | 333 | 363 | 273 | 12 | 0 | 27 | 5 | 126 | 106 | 124 |
| Binary | 11011011 | 11110011 | 10111011 | 1010 | 0 | 10111 | 101 | 1010110 | 1000110 | 1010100 |
Color Harmonies of #DBF3BB
Complementary color
Monochromatic Colors of #DBF3BB
Black with #DBF3BB
Text Example
Text Example
White with #DBF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3BB; }
p { color: rgb(219,243,187); }
H1.HeaderClassName
{
color: #DBF3BB;
}
.AnyTagClassName
{
color: #DBF3BB;
}
</style>
background-color css
<style>
a { background-color: #DBF3BB; }
a { background-color: rgb(219,243,187); }
div.DivClassName
{
background-color: #DBF3BB;
}
.BgClassName
{
background-color: #DBF3BB;
}
</style>
border-color css
<style>
span { border-color: #DBF3BB; }
span { border-color: rgb(219,243,187); }
td.TdClassName
{
border-color: #DBF3BB;
}
.TagClassName
{
border-color: #DBF3BB;
}
</style>