Shades of Tea Green #DBF3C0
Tints of Tea Green #DBF3C0
RGB
CMYK
RGB Variations
Color information
#DBF3C0 (or 0xDBF3C0) is known color: Tea Green. HEX triplet: DB, F3 and C0. RGB value is (219,243,192). Sum of RGB (Red+Green+Blue) = 219+243+192=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3C0 is #240C3F. Grayscale: #E6E6E6. Windows color (decimal): -2362432 or 12645339. OLE color: 12645339.
HSL color Cylindrical-coordinate representation of color #DBF3C0: hue angle of 88.24º degrees, saturation: 0.68, 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 #DBF3C0 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 192 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.05 |
| HSL | 88.24º | 0.68% | 0.85% | - |
| HSV(B) | 88.24º | 0.21% | 0.95% | - |
| XYZ | 70.78 | 82.97 | 62.15 | - |
| YUV | 230.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 192 | 0.10 | 0 | 0.21 | 0.05 | 88.24 | 0.68 | 0.85 |
| Hex | DB | F3 | C0 | A | 0 | 15 | 5 | 58 | 44 | 55 |
| Octal | 333 | 363 | 300 | 12 | 0 | 25 | 5 | 130 | 104 | 125 |
| Binary | 11011011 | 11110011 | 11000000 | 1010 | 0 | 10101 | 101 | 1011000 | 1000100 | 1010101 |
Color Harmonies of #DBF3C0
Complementary color
Monochromatic Colors of #DBF3C0
Black with #DBF3C0
Text Example
Text Example
White with #DBF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3C0; }
p { color: rgb(219,243,192); }
H1.HeaderClassName
{
color: #DBF3C0;
}
.AnyTagClassName
{
color: #DBF3C0;
}
</style>
background-color css
<style>
a { background-color: #DBF3C0; }
a { background-color: rgb(219,243,192); }
div.DivClassName
{
background-color: #DBF3C0;
}
.BgClassName
{
background-color: #DBF3C0;
}
</style>
border-color css
<style>
span { border-color: #DBF3C0; }
span { border-color: rgb(219,243,192); }
td.TdClassName
{
border-color: #DBF3C0;
}
.TagClassName
{
border-color: #DBF3C0;
}
</style>