Shades of Tea Green #C1FABB
Tints of Tea Green #C1FABB
RGB
CMYK
RGB Variations
Color information
#C1FABB (or 0xC1FABB) is known color: Tea Green. HEX triplet: C1, FA and BB. RGB value is (193,250,187). Sum of RGB (Red+Green+Blue) = 193+250+187=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FABB is #3E0544. Grayscale: #E1E1E1. Windows color (decimal): -4064581 or 12319425. OLE color: 12319425.
HSL color Cylindrical-coordinate representation of color #C1FABB: hue angle of 114.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1FABB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 187 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.02 |
| HSL | 114.29º | 0.86% | 0.86% | - |
| HSV(B) | 114.29º | 0.25% | 0.98% | - |
| XYZ | 65.15 | 83.3 | 59.66 | - |
| YUV | 225.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 187 | 0.23 | 0 | 0.25 | 0.02 | 114.29 | 0.86 | 0.86 |
| Hex | C1 | FA | BB | 17 | 0 | 19 | 2 | 72 | 56 | 56 |
| Octal | 301 | 372 | 273 | 27 | 0 | 31 | 2 | 162 | 126 | 126 |
| Binary | 11000001 | 11111010 | 10111011 | 10111 | 0 | 11001 | 10 | 1110010 | 1010110 | 1010110 |
Color Harmonies of #C1FABB
Complementary color
Monochromatic Colors of #C1FABB
Black with #C1FABB
Text Example
Text Example
White with #C1FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FABB; }
p { color: rgb(193,250,187); }
H1.HeaderClassName
{
color: #C1FABB;
}
.AnyTagClassName
{
color: #C1FABB;
}
</style>
background-color css
<style>
a { background-color: #C1FABB; }
a { background-color: rgb(193,250,187); }
div.DivClassName
{
background-color: #C1FABB;
}
.BgClassName
{
background-color: #C1FABB;
}
</style>
border-color css
<style>
span { border-color: #C1FABB; }
span { border-color: rgb(193,250,187); }
td.TdClassName
{
border-color: #C1FABB;
}
.TagClassName
{
border-color: #C1FABB;
}
</style>