Shades of Tea Green #DCFDC5
Tints of Tea Green #DCFDC5
RGB
CMYK
RGB Variations
Color information
#DCFDC5 (or 0xDCFDC5) is known color: Tea Green. HEX triplet: DC, FD and C5. RGB value is (220,253,197). Sum of RGB (Red+Green+Blue) = 220+253+197=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC5 is #23023A. Grayscale: #ECECEC. Windows color (decimal): -2294331 or 12975580. OLE color: 12975580.
HSL color Cylindrical-coordinate representation of color #DCFDC5: hue angle of 95.36º 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 #DCFDC5 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 197 | - |
CMYK | 0.13 | 0 | 0.22 | 0.01 |
HSL | 95.36º | 0.93% | 0.88% | - |
HSV(B) | 95.36º | 0.22% | 0.99% | - |
XYZ | 74.72 | 89.5 | 66.16 | - |
YUV | 236.75 | 105.57 | 116.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 197 | 0.13 | 0 | 0.22 | 0.01 | 95.36 | 0.93 | 0.88 |
Hex | DC | FD | C5 | D | 0 | 16 | 1 | 5F | 5D | 58 |
Octal | 334 | 375 | 305 | 15 | 0 | 26 | 1 | 137 | 135 | 130 |
Binary | 11011100 | 11111101 | 11000101 | 1101 | 0 | 10110 | 1 | 1011111 | 1011101 | 1011000 |
Color Harmonies of #DCFDC5
Complementary color
Monochromatic Colors of #DCFDC5
Black with #DCFDC5
Text Example
Text Example
White with #DCFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDC5; }
p { color: rgb(220,253,197); }
H1.HeaderClassName
{
color: #DCFDC5;
}
.AnyTagClassName
{
color: #DCFDC5;
}
</style>
background-color css
<style>
a { background-color: #DCFDC5; }
a { background-color: rgb(220,253,197); }
div.DivClassName
{
background-color: #DCFDC5;
}
.BgClassName
{
background-color: #DCFDC5;
}
</style>
border-color css
<style>
span { border-color: #DCFDC5; }
span { border-color: rgb(220,253,197); }
td.TdClassName
{
border-color: #DCFDC5;
}
.TagClassName
{
border-color: #DCFDC5;
}
</style>