Shades of Tea Green #C2FEAB
Tints of Tea Green #C2FEAB
RGB
CMYK
RGB Variations
Color information
#C2FEAB (or 0xC2FEAB) is known color: Tea Green. HEX triplet: C2, FE and AB. RGB value is (194,254,171). Sum of RGB (Red+Green+Blue) = 194+254+171=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FEAB is #3D0154. Grayscale: #E2E2E2. Windows color (decimal): -3998037 or 11271874. OLE color: 11271874.
HSL color Cylindrical-coordinate representation of color #C2FEAB: hue angle of 103.37º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2FEAB is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 171 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.00 |
| HSL | 103.37º | 0.98% | 0.83% | - |
| HSV(B) | 103.37º | 0.33% | 1% | - |
| XYZ | 65.04 | 85.29 | 51.56 | - |
| YUV | 226.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 171 | 0.24 | 0 | 0.33 | 0.00 | 103.37 | 0.98 | 0.83 |
| Hex | C2 | FE | AB | 18 | 0 | 21 | 0 | 67 | 62 | 53 |
| Octal | 302 | 376 | 253 | 30 | 0 | 41 | 0 | 147 | 142 | 123 |
| Binary | 11000010 | 11111110 | 10101011 | 11000 | 0 | 100001 | 0 | 1100111 | 1100010 | 1010011 |
Color Harmonies of #C2FEAB
Complementary color
Monochromatic Colors of #C2FEAB
Black with #C2FEAB
Text Example
Text Example
White with #C2FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEAB; }
p { color: rgb(194,254,171); }
H1.HeaderClassName
{
color: #C2FEAB;
}
.AnyTagClassName
{
color: #C2FEAB;
}
</style>
background-color css
<style>
a { background-color: #C2FEAB; }
a { background-color: rgb(194,254,171); }
div.DivClassName
{
background-color: #C2FEAB;
}
.BgClassName
{
background-color: #C2FEAB;
}
</style>
border-color css
<style>
span { border-color: #C2FEAB; }
span { border-color: rgb(194,254,171); }
td.TdClassName
{
border-color: #C2FEAB;
}
.TagClassName
{
border-color: #C2FEAB;
}
</style>