Shades of Tea Green #DBFFC5
Tints of Tea Green #DBFFC5
RGB
CMYK
RGB Variations
Color information
#DBFFC5 (or 0xDBFFC5) is known color: Tea Green. HEX triplet: DB, FF and C5. RGB value is (219,255,197). Sum of RGB (Red+Green+Blue) = 219+255+197=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFC5 is #24003A. Grayscale: #EDEDED. Windows color (decimal): -2359355 or 12976091. OLE color: 12976091.
HSL color Cylindrical-coordinate representation of color #DBFFC5: hue angle of 97.24º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBFFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 197 | - |
| CMYK | 0.14 | 0 | 0.23 | 0 |
| HSL | 97.24º | 1% | 0.89% | - |
| HSV(B) | 97.24º | 0.23% | 1% | - |
| XYZ | 75.05 | 90.61 | 66.36 | - |
| YUV | 237.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 197 | 0.14 | 0 | 0.23 | 0 | 97.24 | 1 | 0.89 |
| Hex | DB | FF | C5 | E | 0 | 17 | 0 | 61 | 64 | 59 |
| Octal | 333 | 377 | 305 | 16 | 0 | 27 | 0 | 141 | 144 | 131 |
| Binary | 11011011 | 11111111 | 11000101 | 1110 | 0 | 10111 | 0 | 1100001 | 1100100 | 1011001 |
Color Harmonies of #DBFFC5
Complementary color
Monochromatic Colors of #DBFFC5
Black with #DBFFC5
Text Example
Text Example
White with #DBFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFC5; }
p { color: rgb(219,255,197); }
H1.HeaderClassName
{
color: #DBFFC5;
}
.AnyTagClassName
{
color: #DBFFC5;
}
</style>
background-color css
<style>
a { background-color: #DBFFC5; }
a { background-color: rgb(219,255,197); }
div.DivClassName
{
background-color: #DBFFC5;
}
.BgClassName
{
background-color: #DBFFC5;
}
</style>
border-color css
<style>
span { border-color: #DBFFC5; }
span { border-color: rgb(219,255,197); }
td.TdClassName
{
border-color: #DBFFC5;
}
.TagClassName
{
border-color: #DBFFC5;
}
</style>