Shades of Tea Green #C2FFAF
Tints of Tea Green #C2FFAF
RGB
CMYK
RGB Variations
Color information
#C2FFAF (or 0xC2FFAF) is known color: Tea Green. HEX triplet: C2, FF and AF. RGB value is (194,255,175). Sum of RGB (Red+Green+Blue) = 194+255+175=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFAF is #3D0050. Grayscale: #E3E3E3. Windows color (decimal): -3997777 or 11534274. OLE color: 11534274.
HSL color Cylindrical-coordinate representation of color #C2FFAF: hue angle of 105.75º 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 #C2FFAF is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 175 | - |
| CMYK | 0.24 | 0 | 0.31 | 0 |
| HSL | 105.75º | 1% | 0.84% | - |
| HSV(B) | 105.75º | 0.31% | 1% | - |
| XYZ | 65.75 | 86.08 | 53.71 | - |
| YUV | 227.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 175 | 0.24 | 0 | 0.31 | 0 | 105.75 | 1 | 0.84 |
| Hex | C2 | FF | AF | 18 | 0 | 1F | 0 | 6A | 64 | 54 |
| Octal | 302 | 377 | 257 | 30 | 0 | 37 | 0 | 152 | 144 | 124 |
| Binary | 11000010 | 11111111 | 10101111 | 11000 | 0 | 11111 | 0 | 1101010 | 1100100 | 1010100 |
Color Harmonies of #C2FFAF
Complementary color
Monochromatic Colors of #C2FFAF
Black with #C2FFAF
Text Example
Text Example
White with #C2FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFAF; }
p { color: rgb(194,255,175); }
H1.HeaderClassName
{
color: #C2FFAF;
}
.AnyTagClassName
{
color: #C2FFAF;
}
</style>
background-color css
<style>
a { background-color: #C2FFAF; }
a { background-color: rgb(194,255,175); }
div.DivClassName
{
background-color: #C2FFAF;
}
.BgClassName
{
background-color: #C2FFAF;
}
</style>
border-color css
<style>
span { border-color: #C2FFAF; }
span { border-color: rgb(194,255,175); }
td.TdClassName
{
border-color: #C2FFAF;
}
.TagClassName
{
border-color: #C2FFAF;
}
</style>