Shades of Tea Green #C2F0BA
Tints of Tea Green #C2F0BA
RGB
CMYK
RGB Variations
Color information
#C2F0BA (or 0xC2F0BA) is known color: Tea Green. HEX triplet: C2, F0 and BA. RGB value is (194,240,186). Sum of RGB (Red+Green+Blue) = 194+240+186=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F0BA is #3D0F45. Grayscale: #DCDCDC. Windows color (decimal): -4001606 or 12251330. OLE color: 12251330.
HSL color Cylindrical-coordinate representation of color #C2F0BA: hue angle of 111.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F0BA is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 186 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.06 |
| HSL | 111.11º | 0.64% | 0.84% | - |
| HSV(B) | 111.11º | 0.23% | 0.94% | - |
| XYZ | 62.27 | 77.33 | 58.1 | - |
| YUV | 220.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 186 | 0.19 | 0 | 0.22 | 0.06 | 111.11 | 0.64 | 0.84 |
| Hex | C2 | F0 | BA | 13 | 0 | 16 | 6 | 6F | 40 | 54 |
| Octal | 302 | 360 | 272 | 23 | 0 | 26 | 6 | 157 | 100 | 124 |
| Binary | 11000010 | 11110000 | 10111010 | 10011 | 0 | 10110 | 110 | 1101111 | 1000000 | 1010100 |
Color Harmonies of #C2F0BA
Complementary color
Monochromatic Colors of #C2F0BA
Black with #C2F0BA
Text Example
Text Example
White with #C2F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F0BA; }
p { color: rgb(194,240,186); }
H1.HeaderClassName
{
color: #C2F0BA;
}
.AnyTagClassName
{
color: #C2F0BA;
}
</style>
background-color css
<style>
a { background-color: #C2F0BA; }
a { background-color: rgb(194,240,186); }
div.DivClassName
{
background-color: #C2F0BA;
}
.BgClassName
{
background-color: #C2F0BA;
}
</style>
border-color css
<style>
span { border-color: #C2F0BA; }
span { border-color: rgb(194,240,186); }
td.TdClassName
{
border-color: #C2F0BA;
}
.TagClassName
{
border-color: #C2F0BA;
}
</style>