Shades of Tea Green #DCFAC1
Tints of Tea Green #DCFAC1
RGB
CMYK
RGB Variations
Color information
#DCFAC1 (or 0xDCFAC1) is known color: Tea Green. HEX triplet: DC, FA and C1. RGB value is (220,250,193). Sum of RGB (Red+Green+Blue) = 220+250+193=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC1 is #23053E. Grayscale: #EAEAEA. Windows color (decimal): -2295103 or 12712668. OLE color: 12712668.
HSL color Cylindrical-coordinate representation of color #DCFAC1: hue angle of 91.58º 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 #DCFAC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 193 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.02 |
| HSL | 91.58º | 0.85% | 0.87% | - |
| HSV(B) | 91.58º | 0.23% | 0.98% | - |
| XYZ | 73.33 | 87.44 | 63.46 | - |
| YUV | 234.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 193 | 0.12 | 0 | 0.23 | 0.02 | 91.58 | 0.85 | 0.87 |
| Hex | DC | FA | C1 | C | 0 | 17 | 2 | 5C | 55 | 57 |
| Octal | 334 | 372 | 301 | 14 | 0 | 27 | 2 | 134 | 125 | 127 |
| Binary | 11011100 | 11111010 | 11000001 | 1100 | 0 | 10111 | 10 | 1011100 | 1010101 | 1010111 |
Color Harmonies of #DCFAC1
Complementary color
Monochromatic Colors of #DCFAC1
Black with #DCFAC1
Text Example
Text Example
White with #DCFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAC1; }
p { color: rgb(220,250,193); }
H1.HeaderClassName
{
color: #DCFAC1;
}
.AnyTagClassName
{
color: #DCFAC1;
}
</style>
background-color css
<style>
a { background-color: #DCFAC1; }
a { background-color: rgb(220,250,193); }
div.DivClassName
{
background-color: #DCFAC1;
}
.BgClassName
{
background-color: #DCFAC1;
}
</style>
border-color css
<style>
span { border-color: #DCFAC1; }
span { border-color: rgb(220,250,193); }
td.TdClassName
{
border-color: #DCFAC1;
}
.TagClassName
{
border-color: #DCFAC1;
}
</style>