Shades of Tea Green #C2F5BA
Tints of Tea Green #C2F5BA
RGB
CMYK
RGB Variations
Color information
#C2F5BA (or 0xC2F5BA) is known color: Tea Green. HEX triplet: C2, F5 and BA. RGB value is (194,245,186). Sum of RGB (Red+Green+Blue) = 194+245+186=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5BA is #3D0A45. Grayscale: #DFDFDF. Windows color (decimal): -4000326 or 12252610. OLE color: 12252610.
HSL color Cylindrical-coordinate representation of color #C2F5BA: hue angle of 111.86º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F5BA is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 186 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.04 |
| HSL | 111.86º | 0.75% | 0.85% | - |
| HSV(B) | 111.86º | 0.24% | 0.96% | - |
| XYZ | 63.76 | 80.32 | 58.6 | - |
| YUV | 223.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 186 | 0.21 | 0 | 0.24 | 0.04 | 111.86 | 0.75 | 0.85 |
| Hex | C2 | F5 | BA | 15 | 0 | 18 | 4 | 70 | 4B | 55 |
| Octal | 302 | 365 | 272 | 25 | 0 | 30 | 4 | 160 | 113 | 125 |
| Binary | 11000010 | 11110101 | 10111010 | 10101 | 0 | 11000 | 100 | 1110000 | 1001011 | 1010101 |
Color Harmonies of #C2F5BA
Complementary color
Monochromatic Colors of #C2F5BA
Black with #C2F5BA
Text Example
Text Example
White with #C2F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5BA; }
p { color: rgb(194,245,186); }
H1.HeaderClassName
{
color: #C2F5BA;
}
.AnyTagClassName
{
color: #C2F5BA;
}
</style>
background-color css
<style>
a { background-color: #C2F5BA; }
a { background-color: rgb(194,245,186); }
div.DivClassName
{
background-color: #C2F5BA;
}
.BgClassName
{
background-color: #C2F5BA;
}
</style>
border-color css
<style>
span { border-color: #C2F5BA; }
span { border-color: rgb(194,245,186); }
td.TdClassName
{
border-color: #C2F5BA;
}
.TagClassName
{
border-color: #C2F5BA;
}
</style>