Shades of Tea Green #C2FEB1
Tints of Tea Green #C2FEB1
RGB
CMYK
RGB Variations
Color information
#C2FEB1 (or 0xC2FEB1) is known color: Tea Green. HEX triplet: C2, FE and B1. RGB value is (194,254,177). Sum of RGB (Red+Green+Blue) = 194+254+177=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FEB1 is #3D014E. Grayscale: #E3E3E3. Windows color (decimal): -3998031 or 11665090. OLE color: 11665090.
HSL color Cylindrical-coordinate representation of color #C2FEB1: hue angle of 106.75º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2FEB1 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 177 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.00 |
| HSL | 106.75º | 0.97% | 0.85% | - |
| HSV(B) | 106.75º | 0.3% | 1% | - |
| XYZ | 65.63 | 85.53 | 54.64 | - |
| YUV | 227.28 | 99.62 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 177 | 0.24 | 0 | 0.30 | 0.00 | 106.75 | 0.97 | 0.85 |
| Hex | C2 | FE | B1 | 18 | 0 | 1E | 0 | 6B | 61 | 55 |
| Octal | 302 | 376 | 261 | 30 | 0 | 36 | 0 | 153 | 141 | 125 |
| Binary | 11000010 | 11111110 | 10110001 | 11000 | 0 | 11110 | 0 | 1101011 | 1100001 | 1010101 |
Color Harmonies of #C2FEB1
Complementary color
Monochromatic Colors of #C2FEB1
Black with #C2FEB1
Text Example
Text Example
White with #C2FEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEB1; }
p { color: rgb(194,254,177); }
H1.HeaderClassName
{
color: #C2FEB1;
}
.AnyTagClassName
{
color: #C2FEB1;
}
</style>
background-color css
<style>
a { background-color: #C2FEB1; }
a { background-color: rgb(194,254,177); }
div.DivClassName
{
background-color: #C2FEB1;
}
.BgClassName
{
background-color: #C2FEB1;
}
</style>
border-color css
<style>
span { border-color: #C2FEB1; }
span { border-color: rgb(194,254,177); }
td.TdClassName
{
border-color: #C2FEB1;
}
.TagClassName
{
border-color: #C2FEB1;
}
</style>