Shades of Tea Green #C1FCB5
Tints of Tea Green #C1FCB5
RGB
CMYK
RGB Variations
Color information
#C1FCB5 (or 0xC1FCB5) is known color: Tea Green. HEX triplet: C1, FC and B5. RGB value is (193,252,181). Sum of RGB (Red+Green+Blue) = 193+252+181=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCB5 is #3E034A. Grayscale: #E2E2E2. Windows color (decimal): -4064075 or 11926721. OLE color: 11926721.
HSL color Cylindrical-coordinate representation of color #C1FCB5: hue angle of 109.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1FCB5 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 181 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.01 |
| HSL | 109.86º | 0.92% | 0.85% | - |
| HSV(B) | 109.86º | 0.28% | 0.99% | - |
| XYZ | 65.14 | 84.29 | 56.55 | - |
| YUV | 226.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 181 | 0.23 | 0 | 0.28 | 0.01 | 109.86 | 0.92 | 0.85 |
| Hex | C1 | FC | B5 | 17 | 0 | 1C | 1 | 6E | 5C | 55 |
| Octal | 301 | 374 | 265 | 27 | 0 | 34 | 1 | 156 | 134 | 125 |
| Binary | 11000001 | 11111100 | 10110101 | 10111 | 0 | 11100 | 1 | 1101110 | 1011100 | 1010101 |
Color Harmonies of #C1FCB5
Complementary color
Monochromatic Colors of #C1FCB5
Black with #C1FCB5
Text Example
Text Example
White with #C1FCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FCB5; }
p { color: rgb(193,252,181); }
H1.HeaderClassName
{
color: #C1FCB5;
}
.AnyTagClassName
{
color: #C1FCB5;
}
</style>
background-color css
<style>
a { background-color: #C1FCB5; }
a { background-color: rgb(193,252,181); }
div.DivClassName
{
background-color: #C1FCB5;
}
.BgClassName
{
background-color: #C1FCB5;
}
</style>
border-color css
<style>
span { border-color: #C1FCB5; }
span { border-color: rgb(193,252,181); }
td.TdClassName
{
border-color: #C1FCB5;
}
.TagClassName
{
border-color: #C1FCB5;
}
</style>