Shades of Tea Green #C1FABF
Tints of Tea Green #C1FABF
RGB
CMYK
RGB Variations
Color information
#C1FABF (or 0xC1FABF) is known color: Tea Green. HEX triplet: C1, FA and BF. RGB value is (193,250,191). Sum of RGB (Red+Green+Blue) = 193+250+191=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FABF is #3E0540. Grayscale: #E2E2E2. Windows color (decimal): -4064577 or 12581569. OLE color: 12581569.
HSL color Cylindrical-coordinate representation of color #C1FABF: hue angle of 117.97º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FABF is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 191 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.02 |
| HSL | 117.97º | 0.86% | 0.86% | - |
| HSV(B) | 117.97º | 0.24% | 0.98% | - |
| XYZ | 65.58 | 83.47 | 61.95 | - |
| YUV | 226.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 191 | 0.23 | 0 | 0.24 | 0.02 | 117.97 | 0.86 | 0.86 |
| Hex | C1 | FA | BF | 17 | 0 | 18 | 2 | 76 | 56 | 56 |
| Octal | 301 | 372 | 277 | 27 | 0 | 30 | 2 | 166 | 126 | 126 |
| Binary | 11000001 | 11111010 | 10111111 | 10111 | 0 | 11000 | 10 | 1110110 | 1010110 | 1010110 |
Color Harmonies of #C1FABF
Complementary color
Monochromatic Colors of #C1FABF
Black with #C1FABF
Text Example
Text Example
White with #C1FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FABF; }
p { color: rgb(193,250,191); }
H1.HeaderClassName
{
color: #C1FABF;
}
.AnyTagClassName
{
color: #C1FABF;
}
</style>
background-color css
<style>
a { background-color: #C1FABF; }
a { background-color: rgb(193,250,191); }
div.DivClassName
{
background-color: #C1FABF;
}
.BgClassName
{
background-color: #C1FABF;
}
</style>
border-color css
<style>
span { border-color: #C1FABF; }
span { border-color: rgb(193,250,191); }
td.TdClassName
{
border-color: #C1FABF;
}
.TagClassName
{
border-color: #C1FABF;
}
</style>