Shades of Tea Green #DBF7C2
Tints of Tea Green #DBF7C2
RGB
CMYK
RGB Variations
Color information
#DBF7C2 (or 0xDBF7C2) is known color: Tea Green. HEX triplet: DB, F7 and C2. RGB value is (219,247,194). Sum of RGB (Red+Green+Blue) = 219+247+194=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 194 (76.17% from 255 or 29.39% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7C2 is #24083D. Grayscale: #E8E8E8. Windows color (decimal): -2361406 or 12777435. OLE color: 12777435.
HSL color Cylindrical-coordinate representation of color #DBF7C2: hue angle of 91.7º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF7C2 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 194 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.03 |
| HSL | 91.7º | 0.77% | 0.86% | - |
| HSV(B) | 91.7º | 0.21% | 0.97% | - |
| XYZ | 72.21 | 85.48 | 63.73 | - |
| YUV | 232.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 194 | 0.11 | 0 | 0.21 | 0.03 | 91.7 | 0.77 | 0.86 |
| Hex | DB | F7 | C2 | B | 0 | 15 | 3 | 5C | 4D | 56 |
| Octal | 333 | 367 | 302 | 13 | 0 | 25 | 3 | 134 | 115 | 126 |
| Binary | 11011011 | 11110111 | 11000010 | 1011 | 0 | 10101 | 11 | 1011100 | 1001101 | 1010110 |
Color Harmonies of #DBF7C2
Complementary color
Monochromatic Colors of #DBF7C2
Black with #DBF7C2
Text Example
Text Example
White with #DBF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7C2; }
p { color: rgb(219,247,194); }
H1.HeaderClassName
{
color: #DBF7C2;
}
.AnyTagClassName
{
color: #DBF7C2;
}
</style>
background-color css
<style>
a { background-color: #DBF7C2; }
a { background-color: rgb(219,247,194); }
div.DivClassName
{
background-color: #DBF7C2;
}
.BgClassName
{
background-color: #DBF7C2;
}
</style>
border-color css
<style>
span { border-color: #DBF7C2; }
span { border-color: rgb(219,247,194); }
td.TdClassName
{
border-color: #DBF7C2;
}
.TagClassName
{
border-color: #DBF7C2;
}
</style>