Shades of Tea Green #C2F7C0
Tints of Tea Green #C2F7C0
RGB
CMYK
RGB Variations
Color information
#C2F7C0 (or 0xC2F7C0) is known color: Tea Green. HEX triplet: C2, F7 and C0. RGB value is (194,247,192). Sum of RGB (Red+Green+Blue) = 194+247+192=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F7C0 is #3D083F. Grayscale: #E1E1E1. Windows color (decimal): -3999808 or 12646338. OLE color: 12646338.
HSL color Cylindrical-coordinate representation of color #C2F7C0: hue angle of 117.82º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F7C0 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 192 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.03 |
| HSL | 117.82º | 0.77% | 0.86% | - |
| HSV(B) | 117.82º | 0.22% | 0.97% | - |
| XYZ | 65.02 | 81.8 | 62.23 | - |
| YUV | 224.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 192 | 0.21 | 0 | 0.22 | 0.03 | 117.82 | 0.77 | 0.86 |
| Hex | C2 | F7 | C0 | 15 | 0 | 16 | 3 | 76 | 4D | 56 |
| Octal | 302 | 367 | 300 | 25 | 0 | 26 | 3 | 166 | 115 | 126 |
| Binary | 11000010 | 11110111 | 11000000 | 10101 | 0 | 10110 | 11 | 1110110 | 1001101 | 1010110 |
Color Harmonies of #C2F7C0
Complementary color
Monochromatic Colors of #C2F7C0
Black with #C2F7C0
Text Example
Text Example
White with #C2F7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7C0; }
p { color: rgb(194,247,192); }
H1.HeaderClassName
{
color: #C2F7C0;
}
.AnyTagClassName
{
color: #C2F7C0;
}
</style>
background-color css
<style>
a { background-color: #C2F7C0; }
a { background-color: rgb(194,247,192); }
div.DivClassName
{
background-color: #C2F7C0;
}
.BgClassName
{
background-color: #C2F7C0;
}
</style>
border-color css
<style>
span { border-color: #C2F7C0; }
span { border-color: rgb(194,247,192); }
td.TdClassName
{
border-color: #C2F7C0;
}
.TagClassName
{
border-color: #C2F7C0;
}
</style>