Shades of Tea Green #C2F1BA
Tints of Tea Green #C2F1BA
RGB
CMYK
RGB Variations
Color information
#C2F1BA (or 0xC2F1BA) is known color: Tea Green. HEX triplet: C2, F1 and BA. RGB value is (194,241,186). Sum of RGB (Red+Green+Blue) = 194+241+186=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F1BA is #3D0E45. Grayscale: #DCDCDC. Windows color (decimal): -4001350 or 12251586. OLE color: 12251586.
HSL color Cylindrical-coordinate representation of color #C2F1BA: hue angle of 111.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F1BA is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 186 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.05 |
| HSL | 111.27º | 0.66% | 0.84% | - |
| HSV(B) | 111.27º | 0.23% | 0.95% | - |
| XYZ | 62.57 | 77.93 | 58.2 | - |
| YUV | 220.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 186 | 0.20 | 0 | 0.23 | 0.05 | 111.27 | 0.66 | 0.84 |
| Hex | C2 | F1 | BA | 14 | 0 | 17 | 5 | 6F | 42 | 54 |
| Octal | 302 | 361 | 272 | 24 | 0 | 27 | 5 | 157 | 102 | 124 |
| Binary | 11000010 | 11110001 | 10111010 | 10100 | 0 | 10111 | 101 | 1101111 | 1000010 | 1010100 |
Color Harmonies of #C2F1BA
Complementary color
Monochromatic Colors of #C2F1BA
Black with #C2F1BA
Text Example
Text Example
White with #C2F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F1BA; }
p { color: rgb(194,241,186); }
H1.HeaderClassName
{
color: #C2F1BA;
}
.AnyTagClassName
{
color: #C2F1BA;
}
</style>
background-color css
<style>
a { background-color: #C2F1BA; }
a { background-color: rgb(194,241,186); }
div.DivClassName
{
background-color: #C2F1BA;
}
.BgClassName
{
background-color: #C2F1BA;
}
</style>
border-color css
<style>
span { border-color: #C2F1BA; }
span { border-color: rgb(194,241,186); }
td.TdClassName
{
border-color: #C2F1BA;
}
.TagClassName
{
border-color: #C2F1BA;
}
</style>