Shades of Tea Green #DBF7C0
Tints of Tea Green #DBF7C0
RGB
CMYK
RGB Variations
Color information
#DBF7C0 (or 0xDBF7C0) is known color: Tea Green. HEX triplet: DB, F7 and C0. RGB value is (219,247,192). Sum of RGB (Red+Green+Blue) = 219+247+192=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7C0 is #24083F. Grayscale: #E8E8E8. Windows color (decimal): -2361408 or 12646363. OLE color: 12646363.
HSL color Cylindrical-coordinate representation of color #DBF7C0: hue angle of 90.55º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBF7C0 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 192 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.03 |
| HSL | 90.55º | 0.77% | 0.86% | - |
| HSV(B) | 90.55º | 0.22% | 0.97% | - |
| XYZ | 71.99 | 85.39 | 62.56 | - |
| YUV | 232.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 192 | 0.11 | 0 | 0.22 | 0.03 | 90.55 | 0.77 | 0.86 |
| Hex | DB | F7 | C0 | B | 0 | 16 | 3 | 5B | 4D | 56 |
| Octal | 333 | 367 | 300 | 13 | 0 | 26 | 3 | 133 | 115 | 126 |
| Binary | 11011011 | 11110111 | 11000000 | 1011 | 0 | 10110 | 11 | 1011011 | 1001101 | 1010110 |
Color Harmonies of #DBF7C0
Complementary color
Monochromatic Colors of #DBF7C0
Black with #DBF7C0
Text Example
Text Example
White with #DBF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7C0; }
p { color: rgb(219,247,192); }
H1.HeaderClassName
{
color: #DBF7C0;
}
.AnyTagClassName
{
color: #DBF7C0;
}
</style>
background-color css
<style>
a { background-color: #DBF7C0; }
a { background-color: rgb(219,247,192); }
div.DivClassName
{
background-color: #DBF7C0;
}
.BgClassName
{
background-color: #DBF7C0;
}
</style>
border-color css
<style>
span { border-color: #DBF7C0; }
span { border-color: rgb(219,247,192); }
td.TdClassName
{
border-color: #DBF7C0;
}
.TagClassName
{
border-color: #DBF7C0;
}
</style>