Shades of Tea Green #DBFFBC
Tints of Tea Green #DBFFBC
RGB
CMYK
RGB Variations
Color information
#DBFFBC (or 0xDBFFBC) is known color: Tea Green. HEX triplet: DB, FF and BC. RGB value is (219,255,188). Sum of RGB (Red+Green+Blue) = 219+255+188=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFBC is #240043. Grayscale: #ECECEC. Windows color (decimal): -2359364 or 12386267. OLE color: 12386267.
HSL color Cylindrical-coordinate representation of color #DBFFBC: hue angle of 92.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBFFBC is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 188 | - |
| CMYK | 0.14 | 0 | 0.26 | 0 |
| HSL | 92.24º | 1% | 0.87% | - |
| HSV(B) | 92.24º | 0.26% | 1% | - |
| XYZ | 74.05 | 90.21 | 61.09 | - |
| YUV | 236.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 188 | 0.14 | 0 | 0.26 | 0 | 92.24 | 1 | 0.87 |
| Hex | DB | FF | BC | E | 0 | 1A | 0 | 5C | 64 | 57 |
| Octal | 333 | 377 | 274 | 16 | 0 | 32 | 0 | 134 | 144 | 127 |
| Binary | 11011011 | 11111111 | 10111100 | 1110 | 0 | 11010 | 0 | 1011100 | 1100100 | 1010111 |
Color Harmonies of #DBFFBC
Complementary color
Monochromatic Colors of #DBFFBC
Black with #DBFFBC
Text Example
Text Example
White with #DBFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFBC; }
p { color: rgb(219,255,188); }
H1.HeaderClassName
{
color: #DBFFBC;
}
.AnyTagClassName
{
color: #DBFFBC;
}
</style>
background-color css
<style>
a { background-color: #DBFFBC; }
a { background-color: rgb(219,255,188); }
div.DivClassName
{
background-color: #DBFFBC;
}
.BgClassName
{
background-color: #DBFFBC;
}
</style>
border-color css
<style>
span { border-color: #DBFFBC; }
span { border-color: rgb(219,255,188); }
td.TdClassName
{
border-color: #DBFFBC;
}
.TagClassName
{
border-color: #DBFFBC;
}
</style>