Shades of Tea Green #C2FEAF
Tints of Tea Green #C2FEAF
RGB
CMYK
RGB Variations
Color information
#C2FEAF (or 0xC2FEAF) is known color: Tea Green. HEX triplet: C2, FE and AF. RGB value is (194,254,175). Sum of RGB (Red+Green+Blue) = 194+254+175=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FEAF is #3D0150. Grayscale: #E3E3E3. Windows color (decimal): -3998033 or 11534018. OLE color: 11534018.
HSL color Cylindrical-coordinate representation of color #C2FEAF: hue angle of 105.57º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2FEAF is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 175 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.00 |
| HSL | 105.57º | 0.98% | 0.84% | - |
| HSV(B) | 105.57º | 0.31% | 1% | - |
| XYZ | 65.43 | 85.45 | 53.6 | - |
| YUV | 227.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 175 | 0.24 | 0 | 0.31 | 0.00 | 105.57 | 0.98 | 0.84 |
| Hex | C2 | FE | AF | 18 | 0 | 1F | 0 | 6A | 62 | 54 |
| Octal | 302 | 376 | 257 | 30 | 0 | 37 | 0 | 152 | 142 | 124 |
| Binary | 11000010 | 11111110 | 10101111 | 11000 | 0 | 11111 | 0 | 1101010 | 1100010 | 1010100 |
Color Harmonies of #C2FEAF
Complementary color
Monochromatic Colors of #C2FEAF
Black with #C2FEAF
Text Example
Text Example
White with #C2FEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEAF; }
p { color: rgb(194,254,175); }
H1.HeaderClassName
{
color: #C2FEAF;
}
.AnyTagClassName
{
color: #C2FEAF;
}
</style>
background-color css
<style>
a { background-color: #C2FEAF; }
a { background-color: rgb(194,254,175); }
div.DivClassName
{
background-color: #C2FEAF;
}
.BgClassName
{
background-color: #C2FEAF;
}
</style>
border-color css
<style>
span { border-color: #C2FEAF; }
span { border-color: rgb(194,254,175); }
td.TdClassName
{
border-color: #C2FEAF;
}
.TagClassName
{
border-color: #C2FEAF;
}
</style>