Shades of Tea Green #C5FFA7
Tints of Tea Green #C5FFA7
RGB
CMYK
RGB Variations
Color information
#C5FFA7 (or 0xC5FFA7) is known color: Tea Green. HEX triplet: C5, FF and A7. RGB value is (197,255,167). Sum of RGB (Red+Green+Blue) = 197+255+167=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFA7 is #3A0058. Grayscale: #E3E3E3. Windows color (decimal): -3801177 or 11009989. OLE color: 11009989.
HSL color Cylindrical-coordinate representation of color #C5FFA7: hue angle of 99.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5FFA7 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 167 | - |
| CMYK | 0.23 | 0 | 0.35 | 0 |
| HSL | 99.55º | 1% | 0.83% | - |
| HSV(B) | 99.55º | 0.35% | 1% | - |
| XYZ | 65.76 | 86.18 | 49.73 | - |
| YUV | 227.63 | 93.78 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 167 | 0.23 | 0 | 0.35 | 0 | 99.55 | 1 | 0.83 |
| Hex | C5 | FF | A7 | 17 | 0 | 23 | 0 | 64 | 64 | 53 |
| Octal | 305 | 377 | 247 | 27 | 0 | 43 | 0 | 144 | 144 | 123 |
| Binary | 11000101 | 11111111 | 10100111 | 10111 | 0 | 100011 | 0 | 1100100 | 1100100 | 1010011 |
Color Harmonies of #C5FFA7
Complementary color
Monochromatic Colors of #C5FFA7
Black with #C5FFA7
Text Example
Text Example
White with #C5FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFA7; }
p { color: rgb(197,255,167); }
H1.HeaderClassName
{
color: #C5FFA7;
}
.AnyTagClassName
{
color: #C5FFA7;
}
</style>
background-color css
<style>
a { background-color: #C5FFA7; }
a { background-color: rgb(197,255,167); }
div.DivClassName
{
background-color: #C5FFA7;
}
.BgClassName
{
background-color: #C5FFA7;
}
</style>
border-color css
<style>
span { border-color: #C5FFA7; }
span { border-color: rgb(197,255,167); }
td.TdClassName
{
border-color: #C5FFA7;
}
.TagClassName
{
border-color: #C5FFA7;
}
</style>