Shades of Tea Green #C1FAB1
Tints of Tea Green #C1FAB1
RGB
CMYK
RGB Variations
Color information
#C1FAB1 (or 0xC1FAB1) is known color: Tea Green. HEX triplet: C1, FA and B1. RGB value is (193,250,177). Sum of RGB (Red+Green+Blue) = 193+250+177=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FAB1 is #3E054E. Grayscale: #E0E0E0. Windows color (decimal): -4064591 or 11664065. OLE color: 11664065.
HSL color Cylindrical-coordinate representation of color #C1FAB1: hue angle of 106.85º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1FAB1 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 177 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.02 |
| HSL | 106.85º | 0.88% | 0.84% | - |
| HSV(B) | 106.85º | 0.29% | 0.98% | - |
| XYZ | 64.11 | 82.88 | 54.21 | - |
| YUV | 224.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 177 | 0.23 | 0 | 0.29 | 0.02 | 106.85 | 0.88 | 0.84 |
| Hex | C1 | FA | B1 | 17 | 0 | 1D | 2 | 6B | 58 | 54 |
| Octal | 301 | 372 | 261 | 27 | 0 | 35 | 2 | 153 | 130 | 124 |
| Binary | 11000001 | 11111010 | 10110001 | 10111 | 0 | 11101 | 10 | 1101011 | 1011000 | 1010100 |
Color Harmonies of #C1FAB1
Complementary color
Monochromatic Colors of #C1FAB1
Black with #C1FAB1
Text Example
Text Example
White with #C1FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAB1; }
p { color: rgb(193,250,177); }
H1.HeaderClassName
{
color: #C1FAB1;
}
.AnyTagClassName
{
color: #C1FAB1;
}
</style>
background-color css
<style>
a { background-color: #C1FAB1; }
a { background-color: rgb(193,250,177); }
div.DivClassName
{
background-color: #C1FAB1;
}
.BgClassName
{
background-color: #C1FAB1;
}
</style>
border-color css
<style>
span { border-color: #C1FAB1; }
span { border-color: rgb(193,250,177); }
td.TdClassName
{
border-color: #C1FAB1;
}
.TagClassName
{
border-color: #C1FAB1;
}
</style>