Shades of Tea Green #DBF6BE
Tints of Tea Green #DBF6BE
RGB
CMYK
RGB Variations
Color information
#DBF6BE (or 0xDBF6BE) is known color: Tea Green. HEX triplet: DB, F6 and BE. RGB value is (219,246,190). Sum of RGB (Red+Green+Blue) = 219+246+190=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6BE is #240941. Grayscale: #E7E7E7. Windows color (decimal): -2361666 or 12515035. OLE color: 12515035.
HSL color Cylindrical-coordinate representation of color #DBF6BE: hue angle of 88.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF6BE is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 190 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.04 |
| HSL | 88.93º | 0.76% | 0.85% | - |
| HSV(B) | 88.93º | 0.23% | 0.96% | - |
| XYZ | 71.46 | 84.69 | 61.3 | - |
| YUV | 231.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 190 | 0.11 | 0 | 0.23 | 0.04 | 88.93 | 0.76 | 0.85 |
| Hex | DB | F6 | BE | B | 0 | 17 | 4 | 59 | 4C | 55 |
| Octal | 333 | 366 | 276 | 13 | 0 | 27 | 4 | 131 | 114 | 125 |
| Binary | 11011011 | 11110110 | 10111110 | 1011 | 0 | 10111 | 100 | 1011001 | 1001100 | 1010101 |
Color Harmonies of #DBF6BE
Complementary color
Monochromatic Colors of #DBF6BE
Black with #DBF6BE
Text Example
Text Example
White with #DBF6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6BE; }
p { color: rgb(219,246,190); }
H1.HeaderClassName
{
color: #DBF6BE;
}
.AnyTagClassName
{
color: #DBF6BE;
}
</style>
background-color css
<style>
a { background-color: #DBF6BE; }
a { background-color: rgb(219,246,190); }
div.DivClassName
{
background-color: #DBF6BE;
}
.BgClassName
{
background-color: #DBF6BE;
}
</style>
border-color css
<style>
span { border-color: #DBF6BE; }
span { border-color: rgb(219,246,190); }
td.TdClassName
{
border-color: #DBF6BE;
}
.TagClassName
{
border-color: #DBF6BE;
}
</style>