Shades of Tea Green #DBFFBB
Tints of Tea Green #DBFFBB
RGB
CMYK
RGB Variations
Color information
#DBFFBB (or 0xDBFFBB) is known color: Tea Green. HEX triplet: DB, FF and BB. RGB value is (219,255,187). Sum of RGB (Red+Green+Blue) = 219+255+187=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFBB is #240044. Grayscale: #ECECEC. Windows color (decimal): -2359365 or 12320731. OLE color: 12320731.
HSL color Cylindrical-coordinate representation of color #DBFFBB: hue angle of 91.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBFFBB is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 187 | - |
| CMYK | 0.14 | 0 | 0.27 | 0 |
| HSL | 91.76º | 1% | 0.87% | - |
| HSV(B) | 91.76º | 0.27% | 1% | - |
| XYZ | 73.94 | 90.17 | 60.52 | - |
| YUV | 236.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 187 | 0.14 | 0 | 0.27 | 0 | 91.76 | 1 | 0.87 |
| Hex | DB | FF | BB | E | 0 | 1B | 0 | 5C | 64 | 57 |
| Octal | 333 | 377 | 273 | 16 | 0 | 33 | 0 | 134 | 144 | 127 |
| Binary | 11011011 | 11111111 | 10111011 | 1110 | 0 | 11011 | 0 | 1011100 | 1100100 | 1010111 |
Color Harmonies of #DBFFBB
Complementary color
Monochromatic Colors of #DBFFBB
Black with #DBFFBB
Text Example
Text Example
White with #DBFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFBB; }
p { color: rgb(219,255,187); }
H1.HeaderClassName
{
color: #DBFFBB;
}
.AnyTagClassName
{
color: #DBFFBB;
}
</style>
background-color css
<style>
a { background-color: #DBFFBB; }
a { background-color: rgb(219,255,187); }
div.DivClassName
{
background-color: #DBFFBB;
}
.BgClassName
{
background-color: #DBFFBB;
}
</style>
border-color css
<style>
span { border-color: #DBFFBB; }
span { border-color: rgb(219,255,187); }
td.TdClassName
{
border-color: #DBFFBB;
}
.TagClassName
{
border-color: #DBFFBB;
}
</style>