Shades of Tea Green #C5F9AF
Tints of Tea Green #C5F9AF
RGB
CMYK
RGB Variations
Color information
#C5F9AF (or 0xC5F9AF) is known color: Tea Green. HEX triplet: C5, F9 and AF. RGB value is (197,249,175). Sum of RGB (Red+Green+Blue) = 197+249+175=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F9AF is #3A0650. Grayscale: #E1E1E1. Windows color (decimal): -3802705 or 11532741. OLE color: 11532741.
HSL color Cylindrical-coordinate representation of color #C5F9AF: hue angle of 102.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5F9AF is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 175 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.02 |
| HSL | 102.16º | 0.86% | 0.83% | - |
| HSV(B) | 102.16º | 0.3% | 0.98% | - |
| XYZ | 64.64 | 82.72 | 53.12 | - |
| YUV | 225.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 175 | 0.21 | 0 | 0.30 | 0.02 | 102.16 | 0.86 | 0.83 |
| Hex | C5 | F9 | AF | 15 | 0 | 1E | 2 | 66 | 56 | 53 |
| Octal | 305 | 371 | 257 | 25 | 0 | 36 | 2 | 146 | 126 | 123 |
| Binary | 11000101 | 11111001 | 10101111 | 10101 | 0 | 11110 | 10 | 1100110 | 1010110 | 1010011 |
Color Harmonies of #C5F9AF
Complementary color
Monochromatic Colors of #C5F9AF
Black with #C5F9AF
Text Example
Text Example
White with #C5F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F9AF; }
p { color: rgb(197,249,175); }
H1.HeaderClassName
{
color: #C5F9AF;
}
.AnyTagClassName
{
color: #C5F9AF;
}
</style>
background-color css
<style>
a { background-color: #C5F9AF; }
a { background-color: rgb(197,249,175); }
div.DivClassName
{
background-color: #C5F9AF;
}
.BgClassName
{
background-color: #C5F9AF;
}
</style>
border-color css
<style>
span { border-color: #C5F9AF; }
span { border-color: rgb(197,249,175); }
td.TdClassName
{
border-color: #C5F9AF;
}
.TagClassName
{
border-color: #C5F9AF;
}
</style>