Shades of Tea Green #C2FFC1
Tints of Tea Green #C2FFC1
RGB
CMYK
RGB Variations
Color information
#C2FFC1 (or 0xC2FFC1) is known color: Tea Green. HEX triplet: C2, FF and C1. RGB value is (194,255,193). Sum of RGB (Red+Green+Blue) = 194+255+193=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFC1 is #3D003E. Grayscale: #E5E5E5. Windows color (decimal): -3997759 or 12713922. OLE color: 12713922.
HSL color Cylindrical-coordinate representation of color #C2FFC1: hue angle of 119.03º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFC1 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 193 | - |
| CMYK | 0.24 | 0 | 0.24 | 0 |
| HSL | 119.03º | 1% | 0.88% | - |
| HSV(B) | 119.03º | 0.24% | 1% | - |
| XYZ | 67.63 | 86.84 | 63.65 | - |
| YUV | 229.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 193 | 0.24 | 0 | 0.24 | 0 | 119.03 | 1 | 0.88 |
| Hex | C2 | FF | C1 | 18 | 0 | 18 | 0 | 77 | 64 | 58 |
| Octal | 302 | 377 | 301 | 30 | 0 | 30 | 0 | 167 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11000001 | 11000 | 0 | 11000 | 0 | 1110111 | 1100100 | 1011000 |
Color Harmonies of #C2FFC1
Complementary color
Monochromatic Colors of #C2FFC1
Black with #C2FFC1
Text Example
Text Example
White with #C2FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFC1; }
p { color: rgb(194,255,193); }
H1.HeaderClassName
{
color: #C2FFC1;
}
.AnyTagClassName
{
color: #C2FFC1;
}
</style>
background-color css
<style>
a { background-color: #C2FFC1; }
a { background-color: rgb(194,255,193); }
div.DivClassName
{
background-color: #C2FFC1;
}
.BgClassName
{
background-color: #C2FFC1;
}
</style>
border-color css
<style>
span { border-color: #C2FFC1; }
span { border-color: rgb(194,255,193); }
td.TdClassName
{
border-color: #C2FFC1;
}
.TagClassName
{
border-color: #C2FFC1;
}
</style>