Shades of Tea Green #C5FFBC
Tints of Tea Green #C5FFBC
RGB
CMYK
RGB Variations
Color information
#C5FFBC (or 0xC5FFBC) is known color: Tea Green. HEX triplet: C5, FF and BC. RGB value is (197,255,188). Sum of RGB (Red+Green+Blue) = 197+255+188=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFBC is #3A0043. Grayscale: #E6E6E6. Windows color (decimal): -3801156 or 12386245. OLE color: 12386245.
HSL color Cylindrical-coordinate representation of color #C5FFBC: hue angle of 111.94º 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 #C5FFBC is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 188 | - |
| CMYK | 0.23 | 0 | 0.26 | 0 |
| HSL | 111.94º | 1% | 0.87% | - |
| HSV(B) | 111.94º | 0.26% | 1% | - |
| XYZ | 67.86 | 87.02 | 60.8 | - |
| YUV | 230.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 188 | 0.23 | 0 | 0.26 | 0 | 111.94 | 1 | 0.87 |
| Hex | C5 | FF | BC | 17 | 0 | 1A | 0 | 70 | 64 | 57 |
| Octal | 305 | 377 | 274 | 27 | 0 | 32 | 0 | 160 | 144 | 127 |
| Binary | 11000101 | 11111111 | 10111100 | 10111 | 0 | 11010 | 0 | 1110000 | 1100100 | 1010111 |
Color Harmonies of #C5FFBC
Complementary color
Monochromatic Colors of #C5FFBC
Black with #C5FFBC
Text Example
Text Example
White with #C5FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFBC; }
p { color: rgb(197,255,188); }
H1.HeaderClassName
{
color: #C5FFBC;
}
.AnyTagClassName
{
color: #C5FFBC;
}
</style>
background-color css
<style>
a { background-color: #C5FFBC; }
a { background-color: rgb(197,255,188); }
div.DivClassName
{
background-color: #C5FFBC;
}
.BgClassName
{
background-color: #C5FFBC;
}
</style>
border-color css
<style>
span { border-color: #C5FFBC; }
span { border-color: rgb(197,255,188); }
td.TdClassName
{
border-color: #C5FFBC;
}
.TagClassName
{
border-color: #C5FFBC;
}
</style>