Shades of Tea Green #C2F9C0
Tints of Tea Green #C2F9C0
RGB
CMYK
RGB Variations
Color information
#C2F9C0 (or 0xC2F9C0) is known color: Tea Green. HEX triplet: C2, F9 and C0. RGB value is (194,249,192). Sum of RGB (Red+Green+Blue) = 194+249+192=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9C0 is #3D063F. Grayscale: #E2E2E2. Windows color (decimal): -3999296 or 12646850. OLE color: 12646850.
HSL color Cylindrical-coordinate representation of color #C2F9C0: hue angle of 117.89º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F9C0 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 192 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.02 |
| HSL | 117.89º | 0.83% | 0.86% | - |
| HSV(B) | 117.89º | 0.23% | 0.98% | - |
| XYZ | 65.64 | 83.03 | 62.44 | - |
| YUV | 226.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 192 | 0.22 | 0 | 0.23 | 0.02 | 117.89 | 0.83 | 0.86 |
| Hex | C2 | F9 | C0 | 16 | 0 | 17 | 2 | 76 | 53 | 56 |
| Octal | 302 | 371 | 300 | 26 | 0 | 27 | 2 | 166 | 123 | 126 |
| Binary | 11000010 | 11111001 | 11000000 | 10110 | 0 | 10111 | 10 | 1110110 | 1010011 | 1010110 |
Color Harmonies of #C2F9C0
Complementary color
Monochromatic Colors of #C2F9C0
Black with #C2F9C0
Text Example
Text Example
White with #C2F9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F9C0; }
p { color: rgb(194,249,192); }
H1.HeaderClassName
{
color: #C2F9C0;
}
.AnyTagClassName
{
color: #C2F9C0;
}
</style>
background-color css
<style>
a { background-color: #C2F9C0; }
a { background-color: rgb(194,249,192); }
div.DivClassName
{
background-color: #C2F9C0;
}
.BgClassName
{
background-color: #C2F9C0;
}
</style>
border-color css
<style>
span { border-color: #C2F9C0; }
span { border-color: rgb(194,249,192); }
td.TdClassName
{
border-color: #C2F9C0;
}
.TagClassName
{
border-color: #C2F9C0;
}
</style>