Shades of Tea Green #DBFAC5
Tints of Tea Green #DBFAC5
RGB
CMYK
RGB Variations
Color information
#DBFAC5 (or 0xDBFAC5) is known color: Tea Green. HEX triplet: DB, FA and C5. RGB value is (219,250,197). Sum of RGB (Red+Green+Blue) = 219+250+197=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAC5 is #24053A. Grayscale: #EAEAEA. Windows color (decimal): -2360635 or 12974811. OLE color: 12974811.
HSL color Cylindrical-coordinate representation of color #DBFAC5: hue angle of 95.09º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFAC5 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 197 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.02 |
| HSL | 95.09º | 0.84% | 0.88% | - |
| HSV(B) | 95.09º | 0.21% | 0.98% | - |
| XYZ | 73.48 | 87.46 | 65.83 | - |
| YUV | 234.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 197 | 0.12 | 0 | 0.21 | 0.02 | 95.09 | 0.84 | 0.88 |
| Hex | DB | FA | C5 | C | 0 | 15 | 2 | 5F | 54 | 58 |
| Octal | 333 | 372 | 305 | 14 | 0 | 25 | 2 | 137 | 124 | 130 |
| Binary | 11011011 | 11111010 | 11000101 | 1100 | 0 | 10101 | 10 | 1011111 | 1010100 | 1011000 |
Color Harmonies of #DBFAC5
Complementary color
Monochromatic Colors of #DBFAC5
Black with #DBFAC5
Text Example
Text Example
White with #DBFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAC5; }
p { color: rgb(219,250,197); }
H1.HeaderClassName
{
color: #DBFAC5;
}
.AnyTagClassName
{
color: #DBFAC5;
}
</style>
background-color css
<style>
a { background-color: #DBFAC5; }
a { background-color: rgb(219,250,197); }
div.DivClassName
{
background-color: #DBFAC5;
}
.BgClassName
{
background-color: #DBFAC5;
}
</style>
border-color css
<style>
span { border-color: #DBFAC5; }
span { border-color: rgb(219,250,197); }
td.TdClassName
{
border-color: #DBFAC5;
}
.TagClassName
{
border-color: #DBFAC5;
}
</style>