Shades of Tea Green #DCFDC6
Tints of Tea Green #DCFDC6
RGB
CMYK
RGB Variations
Color information
#DCFDC6 (or 0xDCFDC6) is known color: Tea Green. HEX triplet: DC, FD and C6. RGB value is (220,253,198). Sum of RGB (Red+Green+Blue) = 220+253+198=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC6 is #230239. Grayscale: #EDEDED. Windows color (decimal): -2294330 or 13041116. OLE color: 13041116.
HSL color Cylindrical-coordinate representation of color #DCFDC6: hue angle of 96º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCFDC6 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 198 | - |
CMYK | 0.13 | 0 | 0.22 | 0.01 |
HSL | 96º | 0.93% | 0.88% | - |
HSV(B) | 96º | 0.22% | 0.99% | - |
XYZ | 74.83 | 89.54 | 66.77 | - |
YUV | 236.86 | 106.07 | 115.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 198 | 0.13 | 0 | 0.22 | 0.01 | 96 | 0.93 | 0.88 |
Hex | DC | FD | C6 | D | 0 | 16 | 1 | 60 | 5D | 58 |
Octal | 334 | 375 | 306 | 15 | 0 | 26 | 1 | 140 | 135 | 130 |
Binary | 11011100 | 11111101 | 11000110 | 1101 | 0 | 10110 | 1 | 1100000 | 1011101 | 1011000 |
Color Harmonies of #DCFDC6
Complementary color
Monochromatic Colors of #DCFDC6
Black with #DCFDC6
Text Example
Text Example
White with #DCFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDC6; }
p { color: rgb(220,253,198); }
H1.HeaderClassName
{
color: #DCFDC6;
}
.AnyTagClassName
{
color: #DCFDC6;
}
</style>
background-color css
<style>
a { background-color: #DCFDC6; }
a { background-color: rgb(220,253,198); }
div.DivClassName
{
background-color: #DCFDC6;
}
.BgClassName
{
background-color: #DCFDC6;
}
</style>
border-color css
<style>
span { border-color: #DCFDC6; }
span { border-color: rgb(220,253,198); }
td.TdClassName
{
border-color: #DCFDC6;
}
.TagClassName
{
border-color: #DCFDC6;
}
</style>