Shades of Tea Green #C2FEB2
Tints of Tea Green #C2FEB2
RGB
CMYK
RGB Variations
Color information
#C2FEB2 (or 0xC2FEB2) is known color: Tea Green. HEX triplet: C2, FE and B2. RGB value is (194,254,178). Sum of RGB (Red+Green+Blue) = 194+254+178=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FEB2 is #3D014D. Grayscale: #E3E3E3. Windows color (decimal): -3998030 or 11730626. OLE color: 11730626.
HSL color Cylindrical-coordinate representation of color #C2FEB2: hue angle of 107.37º 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 #C2FEB2 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 178 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.00 |
| HSL | 107.37º | 0.97% | 0.85% | - |
| HSV(B) | 107.37º | 0.3% | 1% | - |
| XYZ | 65.73 | 85.57 | 55.17 | - |
| YUV | 227.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 178 | 0.24 | 0 | 0.30 | 0.00 | 107.37 | 0.97 | 0.85 |
| Hex | C2 | FE | B2 | 18 | 0 | 1E | 0 | 6B | 61 | 55 |
| Octal | 302 | 376 | 262 | 30 | 0 | 36 | 0 | 153 | 141 | 125 |
| Binary | 11000010 | 11111110 | 10110010 | 11000 | 0 | 11110 | 0 | 1101011 | 1100001 | 1010101 |
Color Harmonies of #C2FEB2
Complementary color
Monochromatic Colors of #C2FEB2
Black with #C2FEB2
Text Example
Text Example
White with #C2FEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEB2; }
p { color: rgb(194,254,178); }
H1.HeaderClassName
{
color: #C2FEB2;
}
.AnyTagClassName
{
color: #C2FEB2;
}
</style>
background-color css
<style>
a { background-color: #C2FEB2; }
a { background-color: rgb(194,254,178); }
div.DivClassName
{
background-color: #C2FEB2;
}
.BgClassName
{
background-color: #C2FEB2;
}
</style>
border-color css
<style>
span { border-color: #C2FEB2; }
span { border-color: rgb(194,254,178); }
td.TdClassName
{
border-color: #C2FEB2;
}
.TagClassName
{
border-color: #C2FEB2;
}
</style>