Shades of Tea Green #C1FAB6
Tints of Tea Green #C1FAB6
RGB
CMYK
RGB Variations
Color information
#C1FAB6 (or 0xC1FAB6) is known color: Tea Green. HEX triplet: C1, FA and B6. RGB value is (193,250,182). Sum of RGB (Red+Green+Blue) = 193+250+182=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FAB6 is #3E0549. Grayscale: #E1E1E1. Windows color (decimal): -4064586 or 11991745. OLE color: 11991745.
HSL color Cylindrical-coordinate representation of color #C1FAB6: hue angle of 110.29º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1FAB6 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 182 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.02 |
| HSL | 110.29º | 0.87% | 0.85% | - |
| HSV(B) | 110.29º | 0.27% | 0.98% | - |
| XYZ | 64.62 | 83.09 | 56.89 | - |
| YUV | 225.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 182 | 0.23 | 0 | 0.27 | 0.02 | 110.29 | 0.87 | 0.85 |
| Hex | C1 | FA | B6 | 17 | 0 | 1B | 2 | 6E | 57 | 55 |
| Octal | 301 | 372 | 266 | 27 | 0 | 33 | 2 | 156 | 127 | 125 |
| Binary | 11000001 | 11111010 | 10110110 | 10111 | 0 | 11011 | 10 | 1101110 | 1010111 | 1010101 |
Color Harmonies of #C1FAB6
Complementary color
Monochromatic Colors of #C1FAB6
Black with #C1FAB6
Text Example
Text Example
White with #C1FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FAB6; }
p { color: rgb(193,250,182); }
H1.HeaderClassName
{
color: #C1FAB6;
}
.AnyTagClassName
{
color: #C1FAB6;
}
</style>
background-color css
<style>
a { background-color: #C1FAB6; }
a { background-color: rgb(193,250,182); }
div.DivClassName
{
background-color: #C1FAB6;
}
.BgClassName
{
background-color: #C1FAB6;
}
</style>
border-color css
<style>
span { border-color: #C1FAB6; }
span { border-color: rgb(193,250,182); }
td.TdClassName
{
border-color: #C1FAB6;
}
.TagClassName
{
border-color: #C1FAB6;
}
</style>