Shades of Tea Green #C2F4BA
Tints of Tea Green #C2F4BA
RGB
CMYK
RGB Variations
Color information
#C2F4BA (or 0xC2F4BA) is known color: Tea Green. HEX triplet: C2, F4 and BA. RGB value is (194,244,186). Sum of RGB (Red+Green+Blue) = 194+244+186=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4BA is #3D0B45. Grayscale: #DEDEDE. Windows color (decimal): -4000582 or 12252354. OLE color: 12252354.
HSL color Cylindrical-coordinate representation of color #C2F4BA: hue angle of 111.72º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F4BA is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 186 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.04 |
| HSL | 111.72º | 0.73% | 0.84% | - |
| HSV(B) | 111.72º | 0.24% | 0.96% | - |
| XYZ | 63.46 | 79.72 | 58.5 | - |
| YUV | 222.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 186 | 0.20 | 0 | 0.24 | 0.04 | 111.72 | 0.73 | 0.84 |
| Hex | C2 | F4 | BA | 14 | 0 | 18 | 4 | 70 | 48 | 54 |
| Octal | 302 | 364 | 272 | 24 | 0 | 30 | 4 | 160 | 110 | 124 |
| Binary | 11000010 | 11110100 | 10111010 | 10100 | 0 | 11000 | 100 | 1110000 | 1001000 | 1010100 |
Color Harmonies of #C2F4BA
Complementary color
Monochromatic Colors of #C2F4BA
Black with #C2F4BA
Text Example
Text Example
White with #C2F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F4BA; }
p { color: rgb(194,244,186); }
H1.HeaderClassName
{
color: #C2F4BA;
}
.AnyTagClassName
{
color: #C2F4BA;
}
</style>
background-color css
<style>
a { background-color: #C2F4BA; }
a { background-color: rgb(194,244,186); }
div.DivClassName
{
background-color: #C2F4BA;
}
.BgClassName
{
background-color: #C2F4BA;
}
</style>
border-color css
<style>
span { border-color: #C2F4BA; }
span { border-color: rgb(194,244,186); }
td.TdClassName
{
border-color: #C2F4BA;
}
.TagClassName
{
border-color: #C2F4BA;
}
</style>