Shades of Tea Green #C1F0BA
Tints of Tea Green #C1F0BA
RGB
CMYK
RGB Variations
Color information
#C1F0BA (or 0xC1F0BA) is known color: Tea Green. HEX triplet: C1, F0 and BA. RGB value is (193,240,186). Sum of RGB (Red+Green+Blue) = 193+240+186=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F0BA is #3E0F45. Grayscale: #DBDBDB. Windows color (decimal): -4067142 or 12251329. OLE color: 12251329.
HSL color Cylindrical-coordinate representation of color #C1F0BA: hue angle of 112.22º 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 #C1F0BA is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 186 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.06 |
| HSL | 112.22º | 0.64% | 0.84% | - |
| HSV(B) | 112.22º | 0.23% | 0.94% | - |
| XYZ | 62.02 | 77.2 | 58.09 | - |
| YUV | 219.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 186 | 0.20 | 0 | 0.22 | 0.06 | 112.22 | 0.64 | 0.84 |
| Hex | C1 | F0 | BA | 14 | 0 | 16 | 6 | 70 | 40 | 54 |
| Octal | 301 | 360 | 272 | 24 | 0 | 26 | 6 | 160 | 100 | 124 |
| Binary | 11000001 | 11110000 | 10111010 | 10100 | 0 | 10110 | 110 | 1110000 | 1000000 | 1010100 |
Color Harmonies of #C1F0BA
Complementary color
Monochromatic Colors of #C1F0BA
Black with #C1F0BA
Text Example
Text Example
White with #C1F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F0BA; }
p { color: rgb(193,240,186); }
H1.HeaderClassName
{
color: #C1F0BA;
}
.AnyTagClassName
{
color: #C1F0BA;
}
</style>
background-color css
<style>
a { background-color: #C1F0BA; }
a { background-color: rgb(193,240,186); }
div.DivClassName
{
background-color: #C1F0BA;
}
.BgClassName
{
background-color: #C1F0BA;
}
</style>
border-color css
<style>
span { border-color: #C1F0BA; }
span { border-color: rgb(193,240,186); }
td.TdClassName
{
border-color: #C1F0BA;
}
.TagClassName
{
border-color: #C1F0BA;
}
</style>