Shades of Tea Green #DCFEC5
Tints of Tea Green #DCFEC5
RGB
CMYK
RGB Variations
Color information
#DCFEC5 (or 0xDCFEC5) is known color: Tea Green. HEX triplet: DC, FE and C5. RGB value is (220,254,197). Sum of RGB (Red+Green+Blue) = 220+254+197=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC5 is #23013A. Grayscale: #EDEDED. Windows color (decimal): -2294075 or 12975836. OLE color: 12975836.
HSL color Cylindrical-coordinate representation of color #DCFEC5: hue angle of 95.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCFEC5 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 197 | - |
CMYK | 0.13 | 0 | 0.22 | 0.00 |
HSL | 95.79º | 0.97% | 0.88% | - |
HSV(B) | 95.79º | 0.22% | 1% | - |
XYZ | 75.04 | 90.13 | 66.27 | - |
YUV | 237.34 | 105.24 | 115.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 197 | 0.13 | 0 | 0.22 | 0.00 | 95.79 | 0.97 | 0.88 |
Hex | DC | FE | C5 | D | 0 | 16 | 0 | 60 | 61 | 58 |
Octal | 334 | 376 | 305 | 15 | 0 | 26 | 0 | 140 | 141 | 130 |
Binary | 11011100 | 11111110 | 11000101 | 1101 | 0 | 10110 | 0 | 1100000 | 1100001 | 1011000 |
Color Harmonies of #DCFEC5
Complementary color
Monochromatic Colors of #DCFEC5
Black with #DCFEC5
Text Example
Text Example
White with #DCFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEC5; }
p { color: rgb(220,254,197); }
H1.HeaderClassName
{
color: #DCFEC5;
}
.AnyTagClassName
{
color: #DCFEC5;
}
</style>
background-color css
<style>
a { background-color: #DCFEC5; }
a { background-color: rgb(220,254,197); }
div.DivClassName
{
background-color: #DCFEC5;
}
.BgClassName
{
background-color: #DCFEC5;
}
</style>
border-color css
<style>
span { border-color: #DCFEC5; }
span { border-color: rgb(220,254,197); }
td.TdClassName
{
border-color: #DCFEC5;
}
.TagClassName
{
border-color: #DCFEC5;
}
</style>