Shades of Tea Green #DCF6C5
Tints of Tea Green #DCF6C5
RGB
CMYK
RGB Variations
Color information
#DCF6C5 (or 0xDCF6C5) is known color: Tea Green. HEX triplet: DC, F6 and C5. RGB value is (220,246,197). Sum of RGB (Red+Green+Blue) = 220+246+197=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6C5 is #23093A. Grayscale: #E8E8E8. Windows color (decimal): -2296123 or 12973788. OLE color: 12973788.
HSL color Cylindrical-coordinate representation of color #DCF6C5: hue angle of 91.84º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCF6C5 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 197 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.04 |
| HSL | 91.84º | 0.73% | 0.87% | - |
| HSV(B) | 91.84º | 0.2% | 0.96% | - |
| XYZ | 72.55 | 85.16 | 65.44 | - |
| YUV | 232.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 197 | 0.11 | 0 | 0.20 | 0.04 | 91.84 | 0.73 | 0.87 |
| Hex | DC | F6 | C5 | B | 0 | 14 | 4 | 5C | 49 | 57 |
| Octal | 334 | 366 | 305 | 13 | 0 | 24 | 4 | 134 | 111 | 127 |
| Binary | 11011100 | 11110110 | 11000101 | 1011 | 0 | 10100 | 100 | 1011100 | 1001001 | 1010111 |
Color Harmonies of #DCF6C5
Complementary color
Monochromatic Colors of #DCF6C5
Black with #DCF6C5
Text Example
Text Example
White with #DCF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6C5; }
p { color: rgb(220,246,197); }
H1.HeaderClassName
{
color: #DCF6C5;
}
.AnyTagClassName
{
color: #DCF6C5;
}
</style>
background-color css
<style>
a { background-color: #DCF6C5; }
a { background-color: rgb(220,246,197); }
div.DivClassName
{
background-color: #DCF6C5;
}
.BgClassName
{
background-color: #DCF6C5;
}
</style>
border-color css
<style>
span { border-color: #DCF6C5; }
span { border-color: rgb(220,246,197); }
td.TdClassName
{
border-color: #DCF6C5;
}
.TagClassName
{
border-color: #DCF6C5;
}
</style>