Shades of Tea Green #DBF4C6
Tints of Tea Green #DBF4C6
RGB
CMYK
RGB Variations
Color information
#DBF4C6 (or 0xDBF4C6) is known color: Tea Green. HEX triplet: DB, F4 and C6. RGB value is (219,244,198). Sum of RGB (Red+Green+Blue) = 219+244+198=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4C6 is #240B39. Grayscale: #E7E7E7. Windows color (decimal): -2362170 or 13038811. OLE color: 13038811.
HSL color Cylindrical-coordinate representation of color #DBF4C6: hue angle of 92.61º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBF4C6 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 198 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.04 |
| HSL | 92.61º | 0.68% | 0.87% | - |
| HSV(B) | 92.61º | 0.19% | 0.96% | - |
| XYZ | 71.76 | 83.84 | 65.83 | - |
| YUV | 231.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 198 | 0.10 | 0 | 0.19 | 0.04 | 92.61 | 0.68 | 0.87 |
| Hex | DB | F4 | C6 | A | 0 | 13 | 4 | 5D | 44 | 57 |
| Octal | 333 | 364 | 306 | 12 | 0 | 23 | 4 | 135 | 104 | 127 |
| Binary | 11011011 | 11110100 | 11000110 | 1010 | 0 | 10011 | 100 | 1011101 | 1000100 | 1010111 |
Color Harmonies of #DBF4C6
Complementary color
Monochromatic Colors of #DBF4C6
Black with #DBF4C6
Text Example
Text Example
White with #DBF4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4C6; }
p { color: rgb(219,244,198); }
H1.HeaderClassName
{
color: #DBF4C6;
}
.AnyTagClassName
{
color: #DBF4C6;
}
</style>
background-color css
<style>
a { background-color: #DBF4C6; }
a { background-color: rgb(219,244,198); }
div.DivClassName
{
background-color: #DBF4C6;
}
.BgClassName
{
background-color: #DBF4C6;
}
</style>
border-color css
<style>
span { border-color: #DBF4C6; }
span { border-color: rgb(219,244,198); }
td.TdClassName
{
border-color: #DBF4C6;
}
.TagClassName
{
border-color: #DBF4C6;
}
</style>