Shades of Tea Green #DCFAC4
Tints of Tea Green #DCFAC4
RGB
CMYK
RGB Variations
Color information
#DCFAC4 (or 0xDCFAC4) is known color: Tea Green. HEX triplet: DC, FA and C4. RGB value is (220,250,196). Sum of RGB (Red+Green+Blue) = 220+250+196=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC4 is #23053B. Grayscale: #EBEBEB. Windows color (decimal): -2295100 or 12909276. OLE color: 12909276.
HSL color Cylindrical-coordinate representation of color #DCFAC4: hue angle of 93.33º degrees, saturation: 0.84, 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 #DCFAC4 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 196 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.02 |
| HSL | 93.33º | 0.84% | 0.87% | - |
| HSV(B) | 93.33º | 0.22% | 0.98% | - |
| XYZ | 73.66 | 87.57 | 65.25 | - |
| YUV | 234.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 196 | 0.12 | 0 | 0.22 | 0.02 | 93.33 | 0.84 | 0.87 |
| Hex | DC | FA | C4 | C | 0 | 16 | 2 | 5D | 54 | 57 |
| Octal | 334 | 372 | 304 | 14 | 0 | 26 | 2 | 135 | 124 | 127 |
| Binary | 11011100 | 11111010 | 11000100 | 1100 | 0 | 10110 | 10 | 1011101 | 1010100 | 1010111 |
Color Harmonies of #DCFAC4
Complementary color
Monochromatic Colors of #DCFAC4
Black with #DCFAC4
Text Example
Text Example
White with #DCFAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAC4; }
p { color: rgb(220,250,196); }
H1.HeaderClassName
{
color: #DCFAC4;
}
.AnyTagClassName
{
color: #DCFAC4;
}
</style>
background-color css
<style>
a { background-color: #DCFAC4; }
a { background-color: rgb(220,250,196); }
div.DivClassName
{
background-color: #DCFAC4;
}
.BgClassName
{
background-color: #DCFAC4;
}
</style>
border-color css
<style>
span { border-color: #DCFAC4; }
span { border-color: rgb(220,250,196); }
td.TdClassName
{
border-color: #DCFAC4;
}
.TagClassName
{
border-color: #DCFAC4;
}
</style>