Shades of Tea Green #DBF6C5
Tints of Tea Green #DBF6C5
RGB
CMYK
RGB Variations
Color information
#DBF6C5 (or 0xDBF6C5) is known color: Tea Green. HEX triplet: DB, F6 and C5. RGB value is (219,246,197). Sum of RGB (Red+Green+Blue) = 219+246+197=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6C5 is #24093A. Grayscale: #E8E8E8. Windows color (decimal): -2361659 or 12973787. OLE color: 12973787.
HSL color Cylindrical-coordinate representation of color #DBF6C5: hue angle of 93.06º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBF6C5 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 197 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.04 |
| HSL | 93.06º | 0.73% | 0.87% | - |
| HSV(B) | 93.06º | 0.2% | 0.96% | - |
| XYZ | 72.25 | 85 | 65.42 | - |
| YUV | 232.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 197 | 0.11 | 0 | 0.20 | 0.04 | 93.06 | 0.73 | 0.87 |
| Hex | DB | F6 | C5 | B | 0 | 14 | 4 | 5D | 49 | 57 |
| Octal | 333 | 366 | 305 | 13 | 0 | 24 | 4 | 135 | 111 | 127 |
| Binary | 11011011 | 11110110 | 11000101 | 1011 | 0 | 10100 | 100 | 1011101 | 1001001 | 1010111 |
Color Harmonies of #DBF6C5
Complementary color
Monochromatic Colors of #DBF6C5
Black with #DBF6C5
Text Example
Text Example
White with #DBF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6C5; }
p { color: rgb(219,246,197); }
H1.HeaderClassName
{
color: #DBF6C5;
}
.AnyTagClassName
{
color: #DBF6C5;
}
</style>
background-color css
<style>
a { background-color: #DBF6C5; }
a { background-color: rgb(219,246,197); }
div.DivClassName
{
background-color: #DBF6C5;
}
.BgClassName
{
background-color: #DBF6C5;
}
</style>
border-color css
<style>
span { border-color: #DBF6C5; }
span { border-color: rgb(219,246,197); }
td.TdClassName
{
border-color: #DBF6C5;
}
.TagClassName
{
border-color: #DBF6C5;
}
</style>