Shades of Tea Green #DCFEC4
Tints of Tea Green #DCFEC4
RGB
CMYK
RGB Variations
Color information
#DCFEC4 (or 0xDCFEC4) is known color: Tea Green. HEX triplet: DC, FE and C4. RGB value is (220,254,196). Sum of RGB (Red+Green+Blue) = 220+254+196=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 196 (76.95% from 255 or 29.25% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC4 is #23013B. Grayscale: #EDEDED. Windows color (decimal): -2294076 or 12910300. OLE color: 12910300.
HSL color Cylindrical-coordinate representation of color #DCFEC4: hue angle of 95.17º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCFEC4 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 196 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.00 |
| HSL | 95.17º | 0.97% | 0.88% | - |
| HSV(B) | 95.17º | 0.23% | 1% | - |
| XYZ | 74.92 | 90.08 | 65.66 | - |
| YUV | 237.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 196 | 0.13 | 0 | 0.23 | 0.00 | 95.17 | 0.97 | 0.88 |
| Hex | DC | FE | C4 | D | 0 | 17 | 0 | 5F | 61 | 58 |
| Octal | 334 | 376 | 304 | 15 | 0 | 27 | 0 | 137 | 141 | 130 |
| Binary | 11011100 | 11111110 | 11000100 | 1101 | 0 | 10111 | 0 | 1011111 | 1100001 | 1011000 |
Color Harmonies of #DCFEC4
Complementary color
Monochromatic Colors of #DCFEC4
Black with #DCFEC4
Text Example
Text Example
White with #DCFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEC4; }
p { color: rgb(220,254,196); }
H1.HeaderClassName
{
color: #DCFEC4;
}
.AnyTagClassName
{
color: #DCFEC4;
}
</style>
background-color css
<style>
a { background-color: #DCFEC4; }
a { background-color: rgb(220,254,196); }
div.DivClassName
{
background-color: #DCFEC4;
}
.BgClassName
{
background-color: #DCFEC4;
}
</style>
border-color css
<style>
span { border-color: #DCFEC4; }
span { border-color: rgb(220,254,196); }
td.TdClassName
{
border-color: #DCFEC4;
}
.TagClassName
{
border-color: #DCFEC4;
}
</style>