Shades of Tea Green #C2FEC0
Tints of Tea Green #C2FEC0
RGB
CMYK
RGB Variations
Color information
#C2FEC0 (or 0xC2FEC0) is known color: Tea Green. HEX triplet: C2, FE and C0. RGB value is (194,254,192). Sum of RGB (Red+Green+Blue) = 194+254+192=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEC0 is #3D013F. Grayscale: #E5E5E5. Windows color (decimal): -3998016 or 12648130. OLE color: 12648130.
HSL color Cylindrical-coordinate representation of color #C2FEC0: hue angle of 118.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEC0 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 192 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.00 |
| HSL | 118.06º | 0.97% | 0.87% | - |
| HSV(B) | 118.06º | 0.24% | 1% | - |
| XYZ | 67.2 | 86.16 | 62.96 | - |
| YUV | 228.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 192 | 0.24 | 0 | 0.24 | 0.00 | 118.06 | 0.97 | 0.87 |
| Hex | C2 | FE | C0 | 18 | 0 | 18 | 0 | 76 | 61 | 57 |
| Octal | 302 | 376 | 300 | 30 | 0 | 30 | 0 | 166 | 141 | 127 |
| Binary | 11000010 | 11111110 | 11000000 | 11000 | 0 | 11000 | 0 | 1110110 | 1100001 | 1010111 |
Color Harmonies of #C2FEC0
Complementary color
Monochromatic Colors of #C2FEC0
Black with #C2FEC0
Text Example
Text Example
White with #C2FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEC0; }
p { color: rgb(194,254,192); }
H1.HeaderClassName
{
color: #C2FEC0;
}
.AnyTagClassName
{
color: #C2FEC0;
}
</style>
background-color css
<style>
a { background-color: #C2FEC0; }
a { background-color: rgb(194,254,192); }
div.DivClassName
{
background-color: #C2FEC0;
}
.BgClassName
{
background-color: #C2FEC0;
}
</style>
border-color css
<style>
span { border-color: #C2FEC0; }
span { border-color: rgb(194,254,192); }
td.TdClassName
{
border-color: #C2FEC0;
}
.TagClassName
{
border-color: #C2FEC0;
}
</style>