Shades of Tea Green #DCFEC1
Tints of Tea Green #DCFEC1
RGB
CMYK
RGB Variations
Color information
#DCFEC1 (or 0xDCFEC1) is known color: Tea Green. HEX triplet: DC, FE and C1. RGB value is (220,254,193). Sum of RGB (Red+Green+Blue) = 220+254+193=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC1 is #23013E. Grayscale: #EDEDED. Windows color (decimal): -2294079 or 12713692. OLE color: 12713692.
HSL color Cylindrical-coordinate representation of color #DCFEC1: hue angle of 93.44º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCFEC1 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 193 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.00 |
| HSL | 93.44º | 0.97% | 0.88% | - |
| HSV(B) | 93.44º | 0.24% | 1% | - |
| XYZ | 74.58 | 89.95 | 63.88 | - |
| YUV | 236.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 193 | 0.13 | 0 | 0.24 | 0.00 | 93.44 | 0.97 | 0.88 |
| Hex | DC | FE | C1 | D | 0 | 18 | 0 | 5D | 61 | 58 |
| Octal | 334 | 376 | 301 | 15 | 0 | 30 | 0 | 135 | 141 | 130 |
| Binary | 11011100 | 11111110 | 11000001 | 1101 | 0 | 11000 | 0 | 1011101 | 1100001 | 1011000 |
Color Harmonies of #DCFEC1
Complementary color
Monochromatic Colors of #DCFEC1
Black with #DCFEC1
Text Example
Text Example
White with #DCFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEC1; }
p { color: rgb(220,254,193); }
H1.HeaderClassName
{
color: #DCFEC1;
}
.AnyTagClassName
{
color: #DCFEC1;
}
</style>
background-color css
<style>
a { background-color: #DCFEC1; }
a { background-color: rgb(220,254,193); }
div.DivClassName
{
background-color: #DCFEC1;
}
.BgClassName
{
background-color: #DCFEC1;
}
</style>
border-color css
<style>
span { border-color: #DCFEC1; }
span { border-color: rgb(220,254,193); }
td.TdClassName
{
border-color: #DCFEC1;
}
.TagClassName
{
border-color: #DCFEC1;
}
</style>