Shades of Tea Green #DCFDC4
Tints of Tea Green #DCFDC4
RGB
CMYK
RGB Variations
Color information
#DCFDC4 (or 0xDCFDC4) is known color: Tea Green. HEX triplet: DC, FD and C4. RGB value is (220,253,196). Sum of RGB (Red+Green+Blue) = 220+253+196=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC4 is #23023B. Grayscale: #ECECEC. Windows color (decimal): -2294332 or 12910044. OLE color: 12910044.
HSL color Cylindrical-coordinate representation of color #DCFDC4: hue angle of 94.74º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCFDC4 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 196 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.01 |
| HSL | 94.74º | 0.93% | 0.88% | - |
| HSV(B) | 94.74º | 0.23% | 0.99% | - |
| XYZ | 74.6 | 89.45 | 65.56 | - |
| YUV | 236.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 196 | 0.13 | 0 | 0.23 | 0.01 | 94.74 | 0.93 | 0.88 |
| Hex | DC | FD | C4 | D | 0 | 17 | 1 | 5F | 5D | 58 |
| Octal | 334 | 375 | 304 | 15 | 0 | 27 | 1 | 137 | 135 | 130 |
| Binary | 11011100 | 11111101 | 11000100 | 1101 | 0 | 10111 | 1 | 1011111 | 1011101 | 1011000 |
Color Harmonies of #DCFDC4
Complementary color
Monochromatic Colors of #DCFDC4
Black with #DCFDC4
Text Example
Text Example
White with #DCFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDC4; }
p { color: rgb(220,253,196); }
H1.HeaderClassName
{
color: #DCFDC4;
}
.AnyTagClassName
{
color: #DCFDC4;
}
</style>
background-color css
<style>
a { background-color: #DCFDC4; }
a { background-color: rgb(220,253,196); }
div.DivClassName
{
background-color: #DCFDC4;
}
.BgClassName
{
background-color: #DCFDC4;
}
</style>
border-color css
<style>
span { border-color: #DCFDC4; }
span { border-color: rgb(220,253,196); }
td.TdClassName
{
border-color: #DCFDC4;
}
.TagClassName
{
border-color: #DCFDC4;
}
</style>