Shades of Tea Green #C1FFBC
Tints of Tea Green #C1FFBC
RGB
CMYK
RGB Variations
Color information
#C1FFBC (or 0xC1FFBC) is known color: Tea Green. HEX triplet: C1, FF and BC. RGB value is (193,255,188). Sum of RGB (Red+Green+Blue) = 193+255+188=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFBC is #3E0043. Grayscale: #E5E5E5. Windows color (decimal): -4063300 or 12386241. OLE color: 12386241.
HSL color Cylindrical-coordinate representation of color #C1FFBC: hue angle of 115.52º 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 #C1FFBC is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 188 | - |
| CMYK | 0.24 | 0 | 0.26 | 0 |
| HSL | 115.52º | 1% | 0.87% | - |
| HSV(B) | 115.52º | 0.26% | 1% | - |
| XYZ | 66.83 | 86.49 | 60.75 | - |
| YUV | 228.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 188 | 0.24 | 0 | 0.26 | 0 | 115.52 | 1 | 0.87 |
| Hex | C1 | FF | BC | 18 | 0 | 1A | 0 | 74 | 64 | 57 |
| Octal | 301 | 377 | 274 | 30 | 0 | 32 | 0 | 164 | 144 | 127 |
| Binary | 11000001 | 11111111 | 10111100 | 11000 | 0 | 11010 | 0 | 1110100 | 1100100 | 1010111 |
Color Harmonies of #C1FFBC
Complementary color
Monochromatic Colors of #C1FFBC
Black with #C1FFBC
Text Example
Text Example
White with #C1FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFBC; }
p { color: rgb(193,255,188); }
H1.HeaderClassName
{
color: #C1FFBC;
}
.AnyTagClassName
{
color: #C1FFBC;
}
</style>
background-color css
<style>
a { background-color: #C1FFBC; }
a { background-color: rgb(193,255,188); }
div.DivClassName
{
background-color: #C1FFBC;
}
.BgClassName
{
background-color: #C1FFBC;
}
</style>
border-color css
<style>
span { border-color: #C1FFBC; }
span { border-color: rgb(193,255,188); }
td.TdClassName
{
border-color: #C1FFBC;
}
.TagClassName
{
border-color: #C1FFBC;
}
</style>