Shades of Tea Green #DBFFBF
Tints of Tea Green #DBFFBF
RGB
CMYK
RGB Variations
Color information
#DBFFBF (or 0xDBFFBF) is known color: Tea Green. HEX triplet: DB, FF and BF. RGB value is (219,255,191). Sum of RGB (Red+Green+Blue) = 219+255+191=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFBF is #240040. Grayscale: #EDEDED. Windows color (decimal): -2359361 or 12582875. OLE color: 12582875.
HSL color Cylindrical-coordinate representation of color #DBFFBF: hue angle of 93.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBFFBF is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 191 | - |
| CMYK | 0.14 | 0 | 0.25 | 0 |
| HSL | 93.75º | 1% | 0.87% | - |
| HSV(B) | 93.75º | 0.25% | 1% | - |
| XYZ | 74.38 | 90.34 | 62.81 | - |
| YUV | 236.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 191 | 0.14 | 0 | 0.25 | 0 | 93.75 | 1 | 0.87 |
| Hex | DB | FF | BF | E | 0 | 19 | 0 | 5E | 64 | 57 |
| Octal | 333 | 377 | 277 | 16 | 0 | 31 | 0 | 136 | 144 | 127 |
| Binary | 11011011 | 11111111 | 10111111 | 1110 | 0 | 11001 | 0 | 1011110 | 1100100 | 1010111 |
Color Harmonies of #DBFFBF
Complementary color
Monochromatic Colors of #DBFFBF
Black with #DBFFBF
Text Example
Text Example
White with #DBFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFBF; }
p { color: rgb(219,255,191); }
H1.HeaderClassName
{
color: #DBFFBF;
}
.AnyTagClassName
{
color: #DBFFBF;
}
</style>
background-color css
<style>
a { background-color: #DBFFBF; }
a { background-color: rgb(219,255,191); }
div.DivClassName
{
background-color: #DBFFBF;
}
.BgClassName
{
background-color: #DBFFBF;
}
</style>
border-color css
<style>
span { border-color: #DBFFBF; }
span { border-color: rgb(219,255,191); }
td.TdClassName
{
border-color: #DBFFBF;
}
.TagClassName
{
border-color: #DBFFBF;
}
</style>