Shades of Tea Green #DCFFC4
Tints of Tea Green #DCFFC4
RGB
CMYK
RGB Variations
Color information
#DCFFC4 (or 0xDCFFC4) is known color: Tea Green. HEX triplet: DC, FF and C4. RGB value is (220,255,196). Sum of RGB (Red+Green+Blue) = 220+255+196=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFC4 is #23003B. Grayscale: #EEEEEE. Windows color (decimal): -2293820 or 12910556. OLE color: 12910556.
HSL color Cylindrical-coordinate representation of color #DCFFC4: hue angle of 95.59º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCFFC4 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 196 | - |
| CMYK | 0.14 | 0 | 0.23 | 0 |
| HSL | 95.59º | 1% | 0.88% | - |
| HSV(B) | 95.59º | 0.23% | 1% | - |
| XYZ | 75.24 | 90.72 | 65.77 | - |
| YUV | 237.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 196 | 0.14 | 0 | 0.23 | 0 | 95.59 | 1 | 0.88 |
| Hex | DC | FF | C4 | E | 0 | 17 | 0 | 60 | 64 | 58 |
| Octal | 334 | 377 | 304 | 16 | 0 | 27 | 0 | 140 | 144 | 130 |
| Binary | 11011100 | 11111111 | 11000100 | 1110 | 0 | 10111 | 0 | 1100000 | 1100100 | 1011000 |
Color Harmonies of #DCFFC4
Complementary color
Monochromatic Colors of #DCFFC4
Black with #DCFFC4
Text Example
Text Example
White with #DCFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFC4; }
p { color: rgb(220,255,196); }
H1.HeaderClassName
{
color: #DCFFC4;
}
.AnyTagClassName
{
color: #DCFFC4;
}
</style>
background-color css
<style>
a { background-color: #DCFFC4; }
a { background-color: rgb(220,255,196); }
div.DivClassName
{
background-color: #DCFFC4;
}
.BgClassName
{
background-color: #DCFFC4;
}
</style>
border-color css
<style>
span { border-color: #DCFFC4; }
span { border-color: rgb(220,255,196); }
td.TdClassName
{
border-color: #DCFFC4;
}
.TagClassName
{
border-color: #DCFFC4;
}
</style>