Shades of Tea Green #DBFFB7
Tints of Tea Green #DBFFB7
RGB
CMYK
RGB Variations
Color information
#DBFFB7 (or 0xDBFFB7) is known color: Tea Green. HEX triplet: DB, FF and B7. RGB value is (219,255,183). Sum of RGB (Red+Green+Blue) = 219+255+183=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 183 (71.88% from 255 or 27.85% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFB7 is #240048. Grayscale: #ECECEC. Windows color (decimal): -2359369 or 12058587. OLE color: 12058587.
HSL color Cylindrical-coordinate representation of color #DBFFB7: hue angle of 90º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBFFB7 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 183 | - |
| CMYK | 0.14 | 0 | 0.28 | 0 |
| HSL | 90º | 1% | 0.86% | - |
| HSV(B) | 90º | 0.28% | 1% | - |
| XYZ | 73.52 | 90 | 58.3 | - |
| YUV | 236.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 183 | 0.14 | 0 | 0.28 | 0 | 90 | 1 | 0.86 |
| Hex | DB | FF | B7 | E | 0 | 1C | 0 | 5A | 64 | 56 |
| Octal | 333 | 377 | 267 | 16 | 0 | 34 | 0 | 132 | 144 | 126 |
| Binary | 11011011 | 11111111 | 10110111 | 1110 | 0 | 11100 | 0 | 1011010 | 1100100 | 1010110 |
Color Harmonies of #DBFFB7
Complementary color
Monochromatic Colors of #DBFFB7
Black with #DBFFB7
Text Example
Text Example
White with #DBFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFB7; }
p { color: rgb(219,255,183); }
H1.HeaderClassName
{
color: #DBFFB7;
}
.AnyTagClassName
{
color: #DBFFB7;
}
</style>
background-color css
<style>
a { background-color: #DBFFB7; }
a { background-color: rgb(219,255,183); }
div.DivClassName
{
background-color: #DBFFB7;
}
.BgClassName
{
background-color: #DBFFB7;
}
</style>
border-color css
<style>
span { border-color: #DBFFB7; }
span { border-color: rgb(219,255,183); }
td.TdClassName
{
border-color: #DBFFB7;
}
.TagClassName
{
border-color: #DBFFB7;
}
</style>