Shades of Tea Green #DCF8C7
Tints of Tea Green #DCF8C7
RGB
CMYK
RGB Variations
Color information
#DCF8C7 (or 0xDCF8C7) is known color: Tea Green. HEX triplet: DC, F8 and C7. RGB value is (220,248,199). Sum of RGB (Red+Green+Blue) = 220+248+199=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8C7 is #230738. Grayscale: #EAEAEA. Windows color (decimal): -2295609 or 13105372. OLE color: 13105372.
HSL color Cylindrical-coordinate representation of color #DCF8C7: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCF8C7 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 199 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.03 |
| HSL | 94.29º | 0.78% | 0.88% | - |
| HSV(B) | 94.29º | 0.2% | 0.97% | - |
| XYZ | 73.39 | 86.47 | 66.86 | - |
| YUV | 234.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 199 | 0.11 | 0 | 0.20 | 0.03 | 94.29 | 0.78 | 0.88 |
| Hex | DC | F8 | C7 | B | 0 | 14 | 3 | 5E | 4E | 58 |
| Octal | 334 | 370 | 307 | 13 | 0 | 24 | 3 | 136 | 116 | 130 |
| Binary | 11011100 | 11111000 | 11000111 | 1011 | 0 | 10100 | 11 | 1011110 | 1001110 | 1011000 |
Color Harmonies of #DCF8C7
Complementary color
Monochromatic Colors of #DCF8C7
Black with #DCF8C7
Text Example
Text Example
White with #DCF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF8C7; }
p { color: rgb(220,248,199); }
H1.HeaderClassName
{
color: #DCF8C7;
}
.AnyTagClassName
{
color: #DCF8C7;
}
</style>
background-color css
<style>
a { background-color: #DCF8C7; }
a { background-color: rgb(220,248,199); }
div.DivClassName
{
background-color: #DCF8C7;
}
.BgClassName
{
background-color: #DCF8C7;
}
</style>
border-color css
<style>
span { border-color: #DCF8C7; }
span { border-color: rgb(220,248,199); }
td.TdClassName
{
border-color: #DCF8C7;
}
.TagClassName
{
border-color: #DCF8C7;
}
</style>