Shades of Tea Green #DBF8C5
Tints of Tea Green #DBF8C5
RGB
CMYK
RGB Variations
Color information
#DBF8C5 (or 0xDBF8C5) is known color: Tea Green. HEX triplet: DB, F8 and C5. RGB value is (219,248,197). Sum of RGB (Red+Green+Blue) = 219+248+197=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 197 (77.34% from 255 or 29.67% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8C5 is #24073A. Grayscale: #E9E9E9. Windows color (decimal): -2361147 or 12974299. OLE color: 12974299.
HSL color Cylindrical-coordinate representation of color #DBF8C5: hue angle of 94.12º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF8C5 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 197 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.03 |
| HSL | 94.12º | 0.78% | 0.87% | - |
| HSV(B) | 94.12º | 0.21% | 0.97% | - |
| XYZ | 72.86 | 86.23 | 65.63 | - |
| YUV | 233.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 197 | 0.12 | 0 | 0.21 | 0.03 | 94.12 | 0.78 | 0.87 |
| Hex | DB | F8 | C5 | C | 0 | 15 | 3 | 5E | 4E | 57 |
| Octal | 333 | 370 | 305 | 14 | 0 | 25 | 3 | 136 | 116 | 127 |
| Binary | 11011011 | 11111000 | 11000101 | 1100 | 0 | 10101 | 11 | 1011110 | 1001110 | 1010111 |
Color Harmonies of #DBF8C5
Complementary color
Monochromatic Colors of #DBF8C5
Black with #DBF8C5
Text Example
Text Example
White with #DBF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8C5; }
p { color: rgb(219,248,197); }
H1.HeaderClassName
{
color: #DBF8C5;
}
.AnyTagClassName
{
color: #DBF8C5;
}
</style>
background-color css
<style>
a { background-color: #DBF8C5; }
a { background-color: rgb(219,248,197); }
div.DivClassName
{
background-color: #DBF8C5;
}
.BgClassName
{
background-color: #DBF8C5;
}
</style>
border-color css
<style>
span { border-color: #DBF8C5; }
span { border-color: rgb(219,248,197); }
td.TdClassName
{
border-color: #DBF8C5;
}
.TagClassName
{
border-color: #DBF8C5;
}
</style>