Shades of Tea Green #C2FEAC
Tints of Tea Green #C2FEAC
RGB
CMYK
RGB Variations
Color information
#C2FEAC (or 0xC2FEAC) is known color: Tea Green. HEX triplet: C2, FE and AC. RGB value is (194,254,172). Sum of RGB (Red+Green+Blue) = 194+254+172=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FEAC is #3D0153. Grayscale: #E2E2E2. Windows color (decimal): -3998036 or 11337410. OLE color: 11337410.
HSL color Cylindrical-coordinate representation of color #C2FEAC: hue angle of 103.9º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2FEAC is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 172 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.00 |
| HSL | 103.9º | 0.98% | 0.84% | - |
| HSV(B) | 103.9º | 0.32% | 1% | - |
| XYZ | 65.14 | 85.33 | 52.07 | - |
| YUV | 226.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 172 | 0.24 | 0 | 0.32 | 0.00 | 103.9 | 0.98 | 0.84 |
| Hex | C2 | FE | AC | 18 | 0 | 20 | 0 | 68 | 62 | 54 |
| Octal | 302 | 376 | 254 | 30 | 0 | 40 | 0 | 150 | 142 | 124 |
| Binary | 11000010 | 11111110 | 10101100 | 11000 | 0 | 100000 | 0 | 1101000 | 1100010 | 1010100 |
Color Harmonies of #C2FEAC
Complementary color
Monochromatic Colors of #C2FEAC
Black with #C2FEAC
Text Example
Text Example
White with #C2FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEAC; }
p { color: rgb(194,254,172); }
H1.HeaderClassName
{
color: #C2FEAC;
}
.AnyTagClassName
{
color: #C2FEAC;
}
</style>
background-color css
<style>
a { background-color: #C2FEAC; }
a { background-color: rgb(194,254,172); }
div.DivClassName
{
background-color: #C2FEAC;
}
.BgClassName
{
background-color: #C2FEAC;
}
</style>
border-color css
<style>
span { border-color: #C2FEAC; }
span { border-color: rgb(194,254,172); }
td.TdClassName
{
border-color: #C2FEAC;
}
.TagClassName
{
border-color: #C2FEAC;
}
</style>