Shades of Tea Green #C2FFBC
Tints of Tea Green #C2FFBC
RGB
CMYK
RGB Variations
Color information
#C2FFBC (or 0xC2FFBC) is known color: Tea Green. HEX triplet: C2, FF and BC. RGB value is (194,255,188). Sum of RGB (Red+Green+Blue) = 194+255+188=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFBC is #3D0043. Grayscale: #E5E5E5. Windows color (decimal): -3997764 or 12386242. OLE color: 12386242.
HSL color Cylindrical-coordinate representation of color #C2FFBC: hue angle of 114.63º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2FFBC is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 188 | - |
| CMYK | 0.24 | 0 | 0.26 | 0 |
| HSL | 114.63º | 1% | 0.87% | - |
| HSV(B) | 114.63º | 0.26% | 1% | - |
| XYZ | 67.09 | 86.62 | 60.76 | - |
| YUV | 229.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 188 | 0.24 | 0 | 0.26 | 0 | 114.63 | 1 | 0.87 |
| Hex | C2 | FF | BC | 18 | 0 | 1A | 0 | 73 | 64 | 57 |
| Octal | 302 | 377 | 274 | 30 | 0 | 32 | 0 | 163 | 144 | 127 |
| Binary | 11000010 | 11111111 | 10111100 | 11000 | 0 | 11010 | 0 | 1110011 | 1100100 | 1010111 |
Color Harmonies of #C2FFBC
Complementary color
Monochromatic Colors of #C2FFBC
Black with #C2FFBC
Text Example
Text Example
White with #C2FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFBC; }
p { color: rgb(194,255,188); }
H1.HeaderClassName
{
color: #C2FFBC;
}
.AnyTagClassName
{
color: #C2FFBC;
}
</style>
background-color css
<style>
a { background-color: #C2FFBC; }
a { background-color: rgb(194,255,188); }
div.DivClassName
{
background-color: #C2FFBC;
}
.BgClassName
{
background-color: #C2FFBC;
}
</style>
border-color css
<style>
span { border-color: #C2FFBC; }
span { border-color: rgb(194,255,188); }
td.TdClassName
{
border-color: #C2FFBC;
}
.TagClassName
{
border-color: #C2FFBC;
}
</style>