Shades of Tea Green #C2FFBA
Tints of Tea Green #C2FFBA
RGB
CMYK
RGB Variations
Color information
#C2FFBA (or 0xC2FFBA) is known color: Tea Green. HEX triplet: C2, FF and BA. RGB value is (194,255,186). Sum of RGB (Red+Green+Blue) = 194+255+186=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFBA is #3D0045. Grayscale: #E5E5E5. Windows color (decimal): -3997766 or 12255170. OLE color: 12255170.
HSL color Cylindrical-coordinate representation of color #C2FFBA: hue angle of 113.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2FFBA is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 186 | - |
| CMYK | 0.24 | 0 | 0.27 | 0 |
| HSL | 113.04º | 1% | 0.86% | - |
| HSV(B) | 113.04º | 0.27% | 1% | - |
| XYZ | 66.87 | 86.53 | 59.63 | - |
| YUV | 228.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 186 | 0.24 | 0 | 0.27 | 0 | 113.04 | 1 | 0.86 |
| Hex | C2 | FF | BA | 18 | 0 | 1B | 0 | 71 | 64 | 56 |
| Octal | 302 | 377 | 272 | 30 | 0 | 33 | 0 | 161 | 144 | 126 |
| Binary | 11000010 | 11111111 | 10111010 | 11000 | 0 | 11011 | 0 | 1110001 | 1100100 | 1010110 |
Color Harmonies of #C2FFBA
Complementary color
Monochromatic Colors of #C2FFBA
Black with #C2FFBA
Text Example
Text Example
White with #C2FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFBA; }
p { color: rgb(194,255,186); }
H1.HeaderClassName
{
color: #C2FFBA;
}
.AnyTagClassName
{
color: #C2FFBA;
}
</style>
background-color css
<style>
a { background-color: #C2FFBA; }
a { background-color: rgb(194,255,186); }
div.DivClassName
{
background-color: #C2FFBA;
}
.BgClassName
{
background-color: #C2FFBA;
}
</style>
border-color css
<style>
span { border-color: #C2FFBA; }
span { border-color: rgb(194,255,186); }
td.TdClassName
{
border-color: #C2FFBA;
}
.TagClassName
{
border-color: #C2FFBA;
}
</style>