Shades of Tea Green #DBF6BD
Tints of Tea Green #DBF6BD
RGB
CMYK
RGB Variations
Color information
#DBF6BD (or 0xDBF6BD) is known color: Tea Green. HEX triplet: DB, F6 and BD. RGB value is (219,246,189). Sum of RGB (Red+Green+Blue) = 219+246+189=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6BD is #240942. Grayscale: #E7E7E7. Windows color (decimal): -2361667 or 12449499. OLE color: 12449499.
HSL color Cylindrical-coordinate representation of color #DBF6BD: hue angle of 88.42º 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 #DBF6BD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 189 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.04 |
| HSL | 88.42º | 0.76% | 0.85% | - |
| HSV(B) | 88.42º | 0.23% | 0.96% | - |
| XYZ | 71.35 | 84.65 | 60.72 | - |
| YUV | 231.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 189 | 0.11 | 0 | 0.23 | 0.04 | 88.42 | 0.76 | 0.85 |
| Hex | DB | F6 | BD | B | 0 | 17 | 4 | 58 | 4C | 55 |
| Octal | 333 | 366 | 275 | 13 | 0 | 27 | 4 | 130 | 114 | 125 |
| Binary | 11011011 | 11110110 | 10111101 | 1011 | 0 | 10111 | 100 | 1011000 | 1001100 | 1010101 |
Color Harmonies of #DBF6BD
Complementary color
Monochromatic Colors of #DBF6BD
Black with #DBF6BD
Text Example
Text Example
White with #DBF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6BD; }
p { color: rgb(219,246,189); }
H1.HeaderClassName
{
color: #DBF6BD;
}
.AnyTagClassName
{
color: #DBF6BD;
}
</style>
background-color css
<style>
a { background-color: #DBF6BD; }
a { background-color: rgb(219,246,189); }
div.DivClassName
{
background-color: #DBF6BD;
}
.BgClassName
{
background-color: #DBF6BD;
}
</style>
border-color css
<style>
span { border-color: #DBF6BD; }
span { border-color: rgb(219,246,189); }
td.TdClassName
{
border-color: #DBF6BD;
}
.TagClassName
{
border-color: #DBF6BD;
}
</style>