Shades of Tea Green #DBFAC3
Tints of Tea Green #DBFAC3
RGB
CMYK
RGB Variations
Color information
#DBFAC3 (or 0xDBFAC3) is known color: Tea Green. HEX triplet: DB, FA and C3. RGB value is (219,250,195). Sum of RGB (Red+Green+Blue) = 219+250+195=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 195 (76.56% from 255 or 29.37% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAC3 is #24053C. Grayscale: #EAEAEA. Windows color (decimal): -2360637 or 12843739. OLE color: 12843739.
HSL color Cylindrical-coordinate representation of color #DBFAC3: hue angle of 93.82º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBFAC3 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 195 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.02 |
| HSL | 93.82º | 0.85% | 0.87% | - |
| HSV(B) | 93.82º | 0.22% | 0.98% | - |
| XYZ | 73.25 | 87.37 | 64.63 | - |
| YUV | 234.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 195 | 0.12 | 0 | 0.22 | 0.02 | 93.82 | 0.85 | 0.87 |
| Hex | DB | FA | C3 | C | 0 | 16 | 2 | 5E | 55 | 57 |
| Octal | 333 | 372 | 303 | 14 | 0 | 26 | 2 | 136 | 125 | 127 |
| Binary | 11011011 | 11111010 | 11000011 | 1100 | 0 | 10110 | 10 | 1011110 | 1010101 | 1010111 |
Color Harmonies of #DBFAC3
Complementary color
Monochromatic Colors of #DBFAC3
Black with #DBFAC3
Text Example
Text Example
White with #DBFAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAC3; }
p { color: rgb(219,250,195); }
H1.HeaderClassName
{
color: #DBFAC3;
}
.AnyTagClassName
{
color: #DBFAC3;
}
</style>
background-color css
<style>
a { background-color: #DBFAC3; }
a { background-color: rgb(219,250,195); }
div.DivClassName
{
background-color: #DBFAC3;
}
.BgClassName
{
background-color: #DBFAC3;
}
</style>
border-color css
<style>
span { border-color: #DBFAC3; }
span { border-color: rgb(219,250,195); }
td.TdClassName
{
border-color: #DBFAC3;
}
.TagClassName
{
border-color: #DBFAC3;
}
</style>