Shades of Tea Green #DCF4C2
Tints of Tea Green #DCF4C2
RGB
CMYK
RGB Variations
Color information
#DCF4C2 (or 0xDCF4C2) is known color: Tea Green. HEX triplet: DC, F4 and C2. RGB value is (220,244,194). Sum of RGB (Red+Green+Blue) = 220+244+194=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4C2 is #230B3D. Grayscale: #E7E7E7. Windows color (decimal): -2296638 or 12776668. OLE color: 12776668.
HSL color Cylindrical-coordinate representation of color #DCF4C2: hue angle of 88.8º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCF4C2 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 194 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.04 |
| HSL | 88.8º | 0.69% | 0.86% | - |
| HSV(B) | 88.8º | 0.2% | 0.96% | - |
| XYZ | 71.6 | 83.81 | 63.44 | - |
| YUV | 231.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 194 | 0.10 | 0 | 0.20 | 0.04 | 88.8 | 0.69 | 0.86 |
| Hex | DC | F4 | C2 | A | 0 | 14 | 4 | 59 | 45 | 56 |
| Octal | 334 | 364 | 302 | 12 | 0 | 24 | 4 | 131 | 105 | 126 |
| Binary | 11011100 | 11110100 | 11000010 | 1010 | 0 | 10100 | 100 | 1011001 | 1000101 | 1010110 |
Color Harmonies of #DCF4C2
Complementary color
Monochromatic Colors of #DCF4C2
Black with #DCF4C2
Text Example
Text Example
White with #DCF4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4C2; }
p { color: rgb(220,244,194); }
H1.HeaderClassName
{
color: #DCF4C2;
}
.AnyTagClassName
{
color: #DCF4C2;
}
</style>
background-color css
<style>
a { background-color: #DCF4C2; }
a { background-color: rgb(220,244,194); }
div.DivClassName
{
background-color: #DCF4C2;
}
.BgClassName
{
background-color: #DCF4C2;
}
</style>
border-color css
<style>
span { border-color: #DCF4C2; }
span { border-color: rgb(220,244,194); }
td.TdClassName
{
border-color: #DCF4C2;
}
.TagClassName
{
border-color: #DCF4C2;
}
</style>