Shades of Tea Green #C1F3BA
Tints of Tea Green #C1F3BA
RGB
CMYK
RGB Variations
Color information
#C1F3BA (or 0xC1F3BA) is known color: Tea Green. HEX triplet: C1, F3 and BA. RGB value is (193,243,186). Sum of RGB (Red+Green+Blue) = 193+243+186=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F3BA is #3E0C45. Grayscale: #DDDDDD. Windows color (decimal): -4066374 or 12252097. OLE color: 12252097.
HSL color Cylindrical-coordinate representation of color #C1F3BA: hue angle of 112.63º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1F3BA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 186 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.05 |
| HSL | 112.63º | 0.7% | 0.84% | - |
| HSV(B) | 112.63º | 0.23% | 0.95% | - |
| XYZ | 62.91 | 78.98 | 58.38 | - |
| YUV | 221.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 186 | 0.21 | 0 | 0.23 | 0.05 | 112.63 | 0.7 | 0.84 |
| Hex | C1 | F3 | BA | 15 | 0 | 17 | 5 | 71 | 46 | 54 |
| Octal | 301 | 363 | 272 | 25 | 0 | 27 | 5 | 161 | 106 | 124 |
| Binary | 11000001 | 11110011 | 10111010 | 10101 | 0 | 10111 | 101 | 1110001 | 1000110 | 1010100 |
Color Harmonies of #C1F3BA
Complementary color
Monochromatic Colors of #C1F3BA
Black with #C1F3BA
Text Example
Text Example
White with #C1F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F3BA; }
p { color: rgb(193,243,186); }
H1.HeaderClassName
{
color: #C1F3BA;
}
.AnyTagClassName
{
color: #C1F3BA;
}
</style>
background-color css
<style>
a { background-color: #C1F3BA; }
a { background-color: rgb(193,243,186); }
div.DivClassName
{
background-color: #C1F3BA;
}
.BgClassName
{
background-color: #C1F3BA;
}
</style>
border-color css
<style>
span { border-color: #C1F3BA; }
span { border-color: rgb(193,243,186); }
td.TdClassName
{
border-color: #C1F3BA;
}
.TagClassName
{
border-color: #C1F3BA;
}
</style>