Shades of Tea Green #DBFDBB
Tints of Tea Green #DBFDBB
RGB
CMYK
RGB Variations
Color information
#DBFDBB (or 0xDBFDBB) is known color: Tea Green. HEX triplet: DB, FD and BB. RGB value is (219,253,187). Sum of RGB (Red+Green+Blue) = 219+253+187=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDBB is #240244. Grayscale: #EBEBEB. Windows color (decimal): -2359877 or 12320219. OLE color: 12320219.
HSL color Cylindrical-coordinate representation of color #DBFDBB: hue angle of 90.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBFDBB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 187 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.01 |
| HSL | 90.91º | 0.94% | 0.86% | - |
| HSV(B) | 90.91º | 0.26% | 0.99% | - |
| XYZ | 73.31 | 88.9 | 60.31 | - |
| YUV | 235.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 187 | 0.13 | 0 | 0.26 | 0.01 | 90.91 | 0.94 | 0.86 |
| Hex | DB | FD | BB | D | 0 | 1A | 1 | 5B | 5E | 56 |
| Octal | 333 | 375 | 273 | 15 | 0 | 32 | 1 | 133 | 136 | 126 |
| Binary | 11011011 | 11111101 | 10111011 | 1101 | 0 | 11010 | 1 | 1011011 | 1011110 | 1010110 |
Color Harmonies of #DBFDBB
Complementary color
Monochromatic Colors of #DBFDBB
Black with #DBFDBB
Text Example
Text Example
White with #DBFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDBB; }
p { color: rgb(219,253,187); }
H1.HeaderClassName
{
color: #DBFDBB;
}
.AnyTagClassName
{
color: #DBFDBB;
}
</style>
background-color css
<style>
a { background-color: #DBFDBB; }
a { background-color: rgb(219,253,187); }
div.DivClassName
{
background-color: #DBFDBB;
}
.BgClassName
{
background-color: #DBFDBB;
}
</style>
border-color css
<style>
span { border-color: #DBFDBB; }
span { border-color: rgb(219,253,187); }
td.TdClassName
{
border-color: #DBFDBB;
}
.TagClassName
{
border-color: #DBFDBB;
}
</style>