Shades of Tea Green #DCF5C2
Tints of Tea Green #DCF5C2
RGB
CMYK
RGB Variations
Color information
#DCF5C2 (or 0xDCF5C2) is known color: Tea Green. HEX triplet: DC, F5 and C2. RGB value is (220,245,194). Sum of RGB (Red+Green+Blue) = 220+245+194=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5C2 is #230A3D. Grayscale: #E7E7E7. Windows color (decimal): -2296382 or 12776924. OLE color: 12776924.
HSL color Cylindrical-coordinate representation of color #DCF5C2: hue angle of 89.41º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCF5C2 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 245 | 194 | - |
CMYK | 0.10 | 0 | 0.21 | 0.04 |
HSL | 89.41º | 0.72% | 0.86% | - |
HSV(B) | 89.41º | 0.21% | 0.96% | - |
XYZ | 71.91 | 84.42 | 63.54 | - |
YUV | 231.71 | 106.72 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 245 | 194 | 0.10 | 0 | 0.21 | 0.04 | 89.41 | 0.72 | 0.86 |
Hex | DC | F5 | C2 | A | 0 | 15 | 4 | 59 | 48 | 56 |
Octal | 334 | 365 | 302 | 12 | 0 | 25 | 4 | 131 | 110 | 126 |
Binary | 11011100 | 11110101 | 11000010 | 1010 | 0 | 10101 | 100 | 1011001 | 1001000 | 1010110 |
Color Harmonies of #DCF5C2
Complementary color
Monochromatic Colors of #DCF5C2
Black with #DCF5C2
Text Example
Text Example
White with #DCF5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5C2; }
p { color: rgb(220,245,194); }
H1.HeaderClassName
{
color: #DCF5C2;
}
.AnyTagClassName
{
color: #DCF5C2;
}
</style>
background-color css
<style>
a { background-color: #DCF5C2; }
a { background-color: rgb(220,245,194); }
div.DivClassName
{
background-color: #DCF5C2;
}
.BgClassName
{
background-color: #DCF5C2;
}
</style>
border-color css
<style>
span { border-color: #DCF5C2; }
span { border-color: rgb(220,245,194); }
td.TdClassName
{
border-color: #DCF5C2;
}
.TagClassName
{
border-color: #DCF5C2;
}
</style>