Shades of Tea Green #C2FEC1
Tints of Tea Green #C2FEC1
RGB
CMYK
RGB Variations
Color information
#C2FEC1 (or 0xC2FEC1) is known color: Tea Green. HEX triplet: C2, FE and C1. RGB value is (194,254,193). Sum of RGB (Red+Green+Blue) = 194+254+193=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEC1 is #3D013E. Grayscale: #E5E5E5. Windows color (decimal): -3998015 or 12713666. OLE color: 12713666.
HSL color Cylindrical-coordinate representation of color #C2FEC1: hue angle of 119.02º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEC1 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 193 | - |
CMYK | 0.24 | 0 | 0.24 | 0.00 |
HSL | 119.02º | 0.97% | 0.88% | - |
HSV(B) | 119.02º | 0.24% | 1% | - |
XYZ | 67.32 | 86.2 | 63.54 | - |
YUV | 229.11 | 107.62 | 102.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 193 | 0.24 | 0 | 0.24 | 0.00 | 119.02 | 0.97 | 0.88 |
Hex | C2 | FE | C1 | 18 | 0 | 18 | 0 | 77 | 61 | 58 |
Octal | 302 | 376 | 301 | 30 | 0 | 30 | 0 | 167 | 141 | 130 |
Binary | 11000010 | 11111110 | 11000001 | 11000 | 0 | 11000 | 0 | 1110111 | 1100001 | 1011000 |
Color Harmonies of #C2FEC1
Complementary color
Monochromatic Colors of #C2FEC1
Black with #C2FEC1
Text Example
Text Example
White with #C2FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEC1; }
p { color: rgb(194,254,193); }
H1.HeaderClassName
{
color: #C2FEC1;
}
.AnyTagClassName
{
color: #C2FEC1;
}
</style>
background-color css
<style>
a { background-color: #C2FEC1; }
a { background-color: rgb(194,254,193); }
div.DivClassName
{
background-color: #C2FEC1;
}
.BgClassName
{
background-color: #C2FEC1;
}
</style>
border-color css
<style>
span { border-color: #C2FEC1; }
span { border-color: rgb(194,254,193); }
td.TdClassName
{
border-color: #C2FEC1;
}
.TagClassName
{
border-color: #C2FEC1;
}
</style>