Shades of Tea Green #DCF8C0
Tints of Tea Green #DCF8C0
RGB
CMYK
RGB Variations
Color information
#DCF8C0 (or 0xDCF8C0) is known color: Tea Green. HEX triplet: DC, F8 and C0. RGB value is (220,248,192). Sum of RGB (Red+Green+Blue) = 220+248+192=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8C0 is #23073F. Grayscale: #E9E9E9. Windows color (decimal): -2295616 or 12646620. OLE color: 12646620.
HSL color Cylindrical-coordinate representation of color #DCF8C0: hue angle of 90º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCF8C0 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 248 | 192 | - |
CMYK | 0.11 | 0 | 0.23 | 0.03 |
HSL | 90º | 0.8% | 0.86% | - |
HSV(B) | 90º | 0.23% | 0.97% | - |
XYZ | 72.6 | 86.16 | 62.67 | - |
YUV | 233.24 | 104.72 | 118.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 248 | 192 | 0.11 | 0 | 0.23 | 0.03 | 90 | 0.8 | 0.86 |
Hex | DC | F8 | C0 | B | 0 | 17 | 3 | 5A | 50 | 56 |
Octal | 334 | 370 | 300 | 13 | 0 | 27 | 3 | 132 | 120 | 126 |
Binary | 11011100 | 11111000 | 11000000 | 1011 | 0 | 10111 | 11 | 1011010 | 1010000 | 1010110 |
Color Harmonies of #DCF8C0
Complementary color
Monochromatic Colors of #DCF8C0
Black with #DCF8C0
Text Example
Text Example
White with #DCF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8C0; }
p { color: rgb(220,248,192); }
H1.HeaderClassName
{
color: #DCF8C0;
}
.AnyTagClassName
{
color: #DCF8C0;
}
</style>
background-color css
<style>
a { background-color: #DCF8C0; }
a { background-color: rgb(220,248,192); }
div.DivClassName
{
background-color: #DCF8C0;
}
.BgClassName
{
background-color: #DCF8C0;
}
</style>
border-color css
<style>
span { border-color: #DCF8C0; }
span { border-color: rgb(220,248,192); }
td.TdClassName
{
border-color: #DCF8C0;
}
.TagClassName
{
border-color: #DCF8C0;
}
</style>