Shades of Tea Green #DCFDC3
Tints of Tea Green #DCFDC3
RGB
CMYK
RGB Variations
Color information
#DCFDC3 (or 0xDCFDC3) is known color: Tea Green. HEX triplet: DC, FD and C3. RGB value is (220,253,195). Sum of RGB (Red+Green+Blue) = 220+253+195=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC3 is #23023C. Grayscale: #ECECEC. Windows color (decimal): -2294333 or 12844508. OLE color: 12844508.
HSL color Cylindrical-coordinate representation of color #DCFDC3: hue angle of 94.14º degrees, saturation: 0.94, 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 #DCFDC3 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 195 | - |
CMYK | 0.13 | 0 | 0.23 | 0.01 |
HSL | 94.14º | 0.94% | 0.88% | - |
HSV(B) | 94.14º | 0.23% | 0.99% | - |
XYZ | 74.49 | 89.41 | 64.96 | - |
YUV | 236.52 | 104.57 | 116.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 195 | 0.13 | 0 | 0.23 | 0.01 | 94.14 | 0.94 | 0.88 |
Hex | DC | FD | C3 | D | 0 | 17 | 1 | 5E | 5E | 58 |
Octal | 334 | 375 | 303 | 15 | 0 | 27 | 1 | 136 | 136 | 130 |
Binary | 11011100 | 11111101 | 11000011 | 1101 | 0 | 10111 | 1 | 1011110 | 1011110 | 1011000 |
Color Harmonies of #DCFDC3
Complementary color
Monochromatic Colors of #DCFDC3
Black with #DCFDC3
Text Example
Text Example
White with #DCFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDC3; }
p { color: rgb(220,253,195); }
H1.HeaderClassName
{
color: #DCFDC3;
}
.AnyTagClassName
{
color: #DCFDC3;
}
</style>
background-color css
<style>
a { background-color: #DCFDC3; }
a { background-color: rgb(220,253,195); }
div.DivClassName
{
background-color: #DCFDC3;
}
.BgClassName
{
background-color: #DCFDC3;
}
</style>
border-color css
<style>
span { border-color: #DCFDC3; }
span { border-color: rgb(220,253,195); }
td.TdClassName
{
border-color: #DCFDC3;
}
.TagClassName
{
border-color: #DCFDC3;
}
</style>