Shades of Tea Green #DCFAC0
Tints of Tea Green #DCFAC0
RGB
CMYK
RGB Variations
Color information
#DCFAC0 (or 0xDCFAC0) is known color: Tea Green. HEX triplet: DC, FA and C0. RGB value is (220,250,192). Sum of RGB (Red+Green+Blue) = 220+250+192=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC0 is #23053F. Grayscale: #EAEAEA. Windows color (decimal): -2295104 or 12647132. OLE color: 12647132.
HSL color Cylindrical-coordinate representation of color #DCFAC0: hue angle of 91.03º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCFAC0 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 192 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.02 |
| HSL | 91.03º | 0.85% | 0.87% | - |
| HSV(B) | 91.03º | 0.23% | 0.98% | - |
| XYZ | 73.22 | 87.39 | 62.88 | - |
| YUV | 234.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 192 | 0.12 | 0 | 0.23 | 0.02 | 91.03 | 0.85 | 0.87 |
| Hex | DC | FA | C0 | C | 0 | 17 | 2 | 5B | 55 | 57 |
| Octal | 334 | 372 | 300 | 14 | 0 | 27 | 2 | 133 | 125 | 127 |
| Binary | 11011100 | 11111010 | 11000000 | 1100 | 0 | 10111 | 10 | 1011011 | 1010101 | 1010111 |
Color Harmonies of #DCFAC0
Complementary color
Monochromatic Colors of #DCFAC0
Black with #DCFAC0
Text Example
Text Example
White with #DCFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAC0; }
p { color: rgb(220,250,192); }
H1.HeaderClassName
{
color: #DCFAC0;
}
.AnyTagClassName
{
color: #DCFAC0;
}
</style>
background-color css
<style>
a { background-color: #DCFAC0; }
a { background-color: rgb(220,250,192); }
div.DivClassName
{
background-color: #DCFAC0;
}
.BgClassName
{
background-color: #DCFAC0;
}
</style>
border-color css
<style>
span { border-color: #DCFAC0; }
span { border-color: rgb(220,250,192); }
td.TdClassName
{
border-color: #DCFAC0;
}
.TagClassName
{
border-color: #DCFAC0;
}
</style>