Shades of Tea Green #C1FFAF
Tints of Tea Green #C1FFAF
RGB
CMYK
RGB Variations
Color information
#C1FFAF (or 0xC1FFAF) is known color: Tea Green. HEX triplet: C1, FF and AF. RGB value is (193,255,175). Sum of RGB (Red+Green+Blue) = 193+255+175=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FFAF is #3E0050. Grayscale: #E3E3E3. Windows color (decimal): -4063313 or 11534273. OLE color: 11534273.
HSL color Cylindrical-coordinate representation of color #C1FFAF: hue angle of 106.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1FFAF is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 175 | - |
| CMYK | 0.24 | 0 | 0.31 | 0 |
| HSL | 106.5º | 1% | 0.84% | - |
| HSV(B) | 106.5º | 0.31% | 1% | - |
| XYZ | 65.49 | 85.95 | 53.7 | - |
| YUV | 227.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 175 | 0.24 | 0 | 0.31 | 0 | 106.5 | 1 | 0.84 |
| Hex | C1 | FF | AF | 18 | 0 | 1F | 0 | 6A | 64 | 54 |
| Octal | 301 | 377 | 257 | 30 | 0 | 37 | 0 | 152 | 144 | 124 |
| Binary | 11000001 | 11111111 | 10101111 | 11000 | 0 | 11111 | 0 | 1101010 | 1100100 | 1010100 |
Color Harmonies of #C1FFAF
Complementary color
Monochromatic Colors of #C1FFAF
Black with #C1FFAF
Text Example
Text Example
White with #C1FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFAF; }
p { color: rgb(193,255,175); }
H1.HeaderClassName
{
color: #C1FFAF;
}
.AnyTagClassName
{
color: #C1FFAF;
}
</style>
background-color css
<style>
a { background-color: #C1FFAF; }
a { background-color: rgb(193,255,175); }
div.DivClassName
{
background-color: #C1FFAF;
}
.BgClassName
{
background-color: #C1FFAF;
}
</style>
border-color css
<style>
span { border-color: #C1FFAF; }
span { border-color: rgb(193,255,175); }
td.TdClassName
{
border-color: #C1FFAF;
}
.TagClassName
{
border-color: #C1FFAF;
}
</style>