Shades of Tea Green #C1FCBA
Tints of Tea Green #C1FCBA
RGB
CMYK
RGB Variations
Color information
#C1FCBA (or 0xC1FCBA) is known color: Tea Green. HEX triplet: C1, FC and BA. RGB value is (193,252,186). Sum of RGB (Red+Green+Blue) = 193+252+186=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCBA is #3E0345. Grayscale: #E3E3E3. Windows color (decimal): -4064070 or 12254401. OLE color: 12254401.
HSL color Cylindrical-coordinate representation of color #C1FCBA: hue angle of 113.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1FCBA is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 186 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.01 |
| HSL | 113.64º | 0.92% | 0.86% | - |
| HSV(B) | 113.64º | 0.26% | 0.99% | - |
| XYZ | 65.67 | 84.5 | 59.3 | - |
| YUV | 226.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 186 | 0.23 | 0 | 0.26 | 0.01 | 113.64 | 0.92 | 0.86 |
| Hex | C1 | FC | BA | 17 | 0 | 1A | 1 | 72 | 5C | 56 |
| Octal | 301 | 374 | 272 | 27 | 0 | 32 | 1 | 162 | 134 | 126 |
| Binary | 11000001 | 11111100 | 10111010 | 10111 | 0 | 11010 | 1 | 1110010 | 1011100 | 1010110 |
Color Harmonies of #C1FCBA
Complementary color
Monochromatic Colors of #C1FCBA
Black with #C1FCBA
Text Example
Text Example
White with #C1FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FCBA; }
p { color: rgb(193,252,186); }
H1.HeaderClassName
{
color: #C1FCBA;
}
.AnyTagClassName
{
color: #C1FCBA;
}
</style>
background-color css
<style>
a { background-color: #C1FCBA; }
a { background-color: rgb(193,252,186); }
div.DivClassName
{
background-color: #C1FCBA;
}
.BgClassName
{
background-color: #C1FCBA;
}
</style>
border-color css
<style>
span { border-color: #C1FCBA; }
span { border-color: rgb(193,252,186); }
td.TdClassName
{
border-color: #C1FCBA;
}
.TagClassName
{
border-color: #C1FCBA;
}
</style>