Shades of Tea Green #DBFDBA
Tints of Tea Green #DBFDBA
RGB
CMYK
RGB Variations
Color information
#DBFDBA (or 0xDBFDBA) is known color: Tea Green. HEX triplet: DB, FD and BA. RGB value is (219,253,186). Sum of RGB (Red+Green+Blue) = 219+253+186=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDBA is #240245. Grayscale: #EBEBEB. Windows color (decimal): -2359878 or 12254683. OLE color: 12254683.
HSL color Cylindrical-coordinate representation of color #DBFDBA: hue angle of 90.45º 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 #DBFDBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 186 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.01 |
| HSL | 90.45º | 0.94% | 0.86% | - |
| HSV(B) | 90.45º | 0.26% | 0.99% | - |
| XYZ | 73.2 | 88.86 | 59.75 | - |
| YUV | 235.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 186 | 0.13 | 0 | 0.26 | 0.01 | 90.45 | 0.94 | 0.86 |
| Hex | DB | FD | BA | D | 0 | 1A | 1 | 5A | 5E | 56 |
| Octal | 333 | 375 | 272 | 15 | 0 | 32 | 1 | 132 | 136 | 126 |
| Binary | 11011011 | 11111101 | 10111010 | 1101 | 0 | 11010 | 1 | 1011010 | 1011110 | 1010110 |
Color Harmonies of #DBFDBA
Complementary color
Monochromatic Colors of #DBFDBA
Black with #DBFDBA
Text Example
Text Example
White with #DBFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDBA; }
p { color: rgb(219,253,186); }
H1.HeaderClassName
{
color: #DBFDBA;
}
.AnyTagClassName
{
color: #DBFDBA;
}
</style>
background-color css
<style>
a { background-color: #DBFDBA; }
a { background-color: rgb(219,253,186); }
div.DivClassName
{
background-color: #DBFDBA;
}
.BgClassName
{
background-color: #DBFDBA;
}
</style>
border-color css
<style>
span { border-color: #DBFDBA; }
span { border-color: rgb(219,253,186); }
td.TdClassName
{
border-color: #DBFDBA;
}
.TagClassName
{
border-color: #DBFDBA;
}
</style>