Shades of Tea Green #C2F5C0
Tints of Tea Green #C2F5C0
RGB
CMYK
RGB Variations
Color information
#C2F5C0 (or 0xC2F5C0) is known color: Tea Green. HEX triplet: C2, F5 and C0. RGB value is (194,245,192). Sum of RGB (Red+Green+Blue) = 194+245+192=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5C0 is #3D0A3F. Grayscale: #DFDFDF. Windows color (decimal): -4000320 or 12645826. OLE color: 12645826.
HSL color Cylindrical-coordinate representation of color #C2F5C0: hue angle of 117.74º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F5C0 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 192 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.04 |
| HSL | 117.74º | 0.73% | 0.86% | - |
| HSV(B) | 117.74º | 0.22% | 0.96% | - |
| XYZ | 64.41 | 80.58 | 62.03 | - |
| YUV | 223.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 192 | 0.21 | 0 | 0.22 | 0.04 | 117.74 | 0.73 | 0.86 |
| Hex | C2 | F5 | C0 | 15 | 0 | 16 | 4 | 76 | 49 | 56 |
| Octal | 302 | 365 | 300 | 25 | 0 | 26 | 4 | 166 | 111 | 126 |
| Binary | 11000010 | 11110101 | 11000000 | 10101 | 0 | 10110 | 100 | 1110110 | 1001001 | 1010110 |
Color Harmonies of #C2F5C0
Complementary color
Monochromatic Colors of #C2F5C0
Black with #C2F5C0
Text Example
Text Example
White with #C2F5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5C0; }
p { color: rgb(194,245,192); }
H1.HeaderClassName
{
color: #C2F5C0;
}
.AnyTagClassName
{
color: #C2F5C0;
}
</style>
background-color css
<style>
a { background-color: #C2F5C0; }
a { background-color: rgb(194,245,192); }
div.DivClassName
{
background-color: #C2F5C0;
}
.BgClassName
{
background-color: #C2F5C0;
}
</style>
border-color css
<style>
span { border-color: #C2F5C0; }
span { border-color: rgb(194,245,192); }
td.TdClassName
{
border-color: #C2F5C0;
}
.TagClassName
{
border-color: #C2F5C0;
}
</style>