Shades of Tea Green #DBF2C0
Tints of Tea Green #DBF2C0
RGB
CMYK
RGB Variations
Color information
#DBF2C0 (or 0xDBF2C0) is known color: Tea Green. HEX triplet: DB, F2 and C0. RGB value is (219,242,192). Sum of RGB (Red+Green+Blue) = 219+242+192=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2C0 is #240D3F. Grayscale: #E5E5E5. Windows color (decimal): -2362688 or 12645083. OLE color: 12645083.
HSL color Cylindrical-coordinate representation of color #DBF2C0: hue angle of 87.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF2C0 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 192 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.05 |
| HSL | 87.6º | 0.66% | 0.85% | - |
| HSV(B) | 87.6º | 0.21% | 0.95% | - |
| XYZ | 70.48 | 82.37 | 62.05 | - |
| YUV | 229.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 192 | 0.10 | 0 | 0.21 | 0.05 | 87.6 | 0.66 | 0.85 |
| Hex | DB | F2 | C0 | A | 0 | 15 | 5 | 58 | 42 | 55 |
| Octal | 333 | 362 | 300 | 12 | 0 | 25 | 5 | 130 | 102 | 125 |
| Binary | 11011011 | 11110010 | 11000000 | 1010 | 0 | 10101 | 101 | 1011000 | 1000010 | 1010101 |
Color Harmonies of #DBF2C0
Complementary color
Monochromatic Colors of #DBF2C0
Black with #DBF2C0
Text Example
Text Example
White with #DBF2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2C0; }
p { color: rgb(219,242,192); }
H1.HeaderClassName
{
color: #DBF2C0;
}
.AnyTagClassName
{
color: #DBF2C0;
}
</style>
background-color css
<style>
a { background-color: #DBF2C0; }
a { background-color: rgb(219,242,192); }
div.DivClassName
{
background-color: #DBF2C0;
}
.BgClassName
{
background-color: #DBF2C0;
}
</style>
border-color css
<style>
span { border-color: #DBF2C0; }
span { border-color: rgb(219,242,192); }
td.TdClassName
{
border-color: #DBF2C0;
}
.TagClassName
{
border-color: #DBF2C0;
}
</style>