Shades of Tea Green #C1FCB9
Tints of Tea Green #C1FCB9
RGB
CMYK
RGB Variations
Color information
#C1FCB9 (or 0xC1FCB9) is known color: Tea Green. HEX triplet: C1, FC and B9. RGB value is (193,252,185). Sum of RGB (Red+Green+Blue) = 193+252+185=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCB9 is #3E0346. Grayscale: #E2E2E2. Windows color (decimal): -4064071 or 12188865. OLE color: 12188865.
HSL color Cylindrical-coordinate representation of color #C1FCB9: hue angle of 112.84º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1FCB9 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 185 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.01 |
| HSL | 112.84º | 0.92% | 0.86% | - |
| HSV(B) | 112.84º | 0.27% | 0.99% | - |
| XYZ | 65.56 | 84.46 | 58.75 | - |
| YUV | 226.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 185 | 0.23 | 0 | 0.27 | 0.01 | 112.84 | 0.92 | 0.86 |
| Hex | C1 | FC | B9 | 17 | 0 | 1B | 1 | 71 | 5C | 56 |
| Octal | 301 | 374 | 271 | 27 | 0 | 33 | 1 | 161 | 134 | 126 |
| Binary | 11000001 | 11111100 | 10111001 | 10111 | 0 | 11011 | 1 | 1110001 | 1011100 | 1010110 |
Color Harmonies of #C1FCB9
Complementary color
Monochromatic Colors of #C1FCB9
Black with #C1FCB9
Text Example
Text Example
White with #C1FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FCB9; }
p { color: rgb(193,252,185); }
H1.HeaderClassName
{
color: #C1FCB9;
}
.AnyTagClassName
{
color: #C1FCB9;
}
</style>
background-color css
<style>
a { background-color: #C1FCB9; }
a { background-color: rgb(193,252,185); }
div.DivClassName
{
background-color: #C1FCB9;
}
.BgClassName
{
background-color: #C1FCB9;
}
</style>
border-color css
<style>
span { border-color: #C1FCB9; }
span { border-color: rgb(193,252,185); }
td.TdClassName
{
border-color: #C1FCB9;
}
.TagClassName
{
border-color: #C1FCB9;
}
</style>