Shades of Tea Green #DBFFBD
Tints of Tea Green #DBFFBD
RGB
CMYK
RGB Variations
Color information
#DBFFBD (or 0xDBFFBD) is known color: Tea Green. HEX triplet: DB, FF and BD. RGB value is (219,255,189). Sum of RGB (Red+Green+Blue) = 219+255+189=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFBD is #240042. Grayscale: #ECECEC. Windows color (decimal): -2359363 or 12451803. OLE color: 12451803.
HSL color Cylindrical-coordinate representation of color #DBFFBD: hue angle of 92.73º 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 #DBFFBD is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 189 | - |
| CMYK | 0.14 | 0 | 0.26 | 0 |
| HSL | 92.73º | 1% | 0.87% | - |
| HSV(B) | 92.73º | 0.26% | 1% | - |
| XYZ | 74.16 | 90.25 | 61.66 | - |
| YUV | 236.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 189 | 0.14 | 0 | 0.26 | 0 | 92.73 | 1 | 0.87 |
| Hex | DB | FF | BD | E | 0 | 1A | 0 | 5D | 64 | 57 |
| Octal | 333 | 377 | 275 | 16 | 0 | 32 | 0 | 135 | 144 | 127 |
| Binary | 11011011 | 11111111 | 10111101 | 1110 | 0 | 11010 | 0 | 1011101 | 1100100 | 1010111 |
Color Harmonies of #DBFFBD
Complementary color
Monochromatic Colors of #DBFFBD
Black with #DBFFBD
Text Example
Text Example
White with #DBFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFBD; }
p { color: rgb(219,255,189); }
H1.HeaderClassName
{
color: #DBFFBD;
}
.AnyTagClassName
{
color: #DBFFBD;
}
</style>
background-color css
<style>
a { background-color: #DBFFBD; }
a { background-color: rgb(219,255,189); }
div.DivClassName
{
background-color: #DBFFBD;
}
.BgClassName
{
background-color: #DBFFBD;
}
</style>
border-color css
<style>
span { border-color: #DBFFBD; }
span { border-color: rgb(219,255,189); }
td.TdClassName
{
border-color: #DBFFBD;
}
.TagClassName
{
border-color: #DBFFBD;
}
</style>