Shades of Tea Green #DCFDC0
Tints of Tea Green #DCFDC0
RGB
CMYK
RGB Variations
Color information
#DCFDC0 (or 0xDCFDC0) is known color: Tea Green. HEX triplet: DC, FD and C0. RGB value is (220,253,192). Sum of RGB (Red+Green+Blue) = 220+253+192=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC0 is #23023F. Grayscale: #ECECEC. Windows color (decimal): -2294336 or 12647900. OLE color: 12647900.
HSL color Cylindrical-coordinate representation of color #DCFDC0: hue angle of 92.46º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCFDC0 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 192 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.01 |
| HSL | 92.46º | 0.94% | 0.87% | - |
| HSV(B) | 92.46º | 0.24% | 0.99% | - |
| XYZ | 74.15 | 89.27 | 63.19 | - |
| YUV | 236.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 192 | 0.13 | 0 | 0.24 | 0.01 | 92.46 | 0.94 | 0.87 |
| Hex | DC | FD | C0 | D | 0 | 18 | 1 | 5C | 5E | 57 |
| Octal | 334 | 375 | 300 | 15 | 0 | 30 | 1 | 134 | 136 | 127 |
| Binary | 11011100 | 11111101 | 11000000 | 1101 | 0 | 11000 | 1 | 1011100 | 1011110 | 1010111 |
Color Harmonies of #DCFDC0
Complementary color
Monochromatic Colors of #DCFDC0
Black with #DCFDC0
Text Example
Text Example
White with #DCFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDC0; }
p { color: rgb(220,253,192); }
H1.HeaderClassName
{
color: #DCFDC0;
}
.AnyTagClassName
{
color: #DCFDC0;
}
</style>
background-color css
<style>
a { background-color: #DCFDC0; }
a { background-color: rgb(220,253,192); }
div.DivClassName
{
background-color: #DCFDC0;
}
.BgClassName
{
background-color: #DCFDC0;
}
</style>
border-color css
<style>
span { border-color: #DCFDC0; }
span { border-color: rgb(220,253,192); }
td.TdClassName
{
border-color: #DCFDC0;
}
.TagClassName
{
border-color: #DCFDC0;
}
</style>