Shades of Tea Green #C5FAAC
Tints of Tea Green #C5FAAC
RGB
CMYK
RGB Variations
Color information
#C5FAAC (or 0xC5FAAC) is known color: Tea Green. HEX triplet: C5, FA and AC. RGB value is (197,250,172). Sum of RGB (Red+Green+Blue) = 197+250+172=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAAC is #3A0553. Grayscale: #E1E1E1. Windows color (decimal): -3802452 or 11336389. OLE color: 11336389.
HSL color Cylindrical-coordinate representation of color #C5FAAC: hue angle of 100.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5FAAC is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 172 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.02 |
| HSL | 100.77º | 0.89% | 0.83% | - |
| HSV(B) | 100.77º | 0.31% | 0.98% | - |
| XYZ | 64.66 | 83.22 | 51.68 | - |
| YUV | 225.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 172 | 0.21 | 0 | 0.31 | 0.02 | 100.77 | 0.89 | 0.83 |
| Hex | C5 | FA | AC | 15 | 0 | 1F | 2 | 65 | 59 | 53 |
| Octal | 305 | 372 | 254 | 25 | 0 | 37 | 2 | 145 | 131 | 123 |
| Binary | 11000101 | 11111010 | 10101100 | 10101 | 0 | 11111 | 10 | 1100101 | 1011001 | 1010011 |
Color Harmonies of #C5FAAC
Complementary color
Monochromatic Colors of #C5FAAC
Black with #C5FAAC
Text Example
Text Example
White with #C5FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAAC; }
p { color: rgb(197,250,172); }
H1.HeaderClassName
{
color: #C5FAAC;
}
.AnyTagClassName
{
color: #C5FAAC;
}
</style>
background-color css
<style>
a { background-color: #C5FAAC; }
a { background-color: rgb(197,250,172); }
div.DivClassName
{
background-color: #C5FAAC;
}
.BgClassName
{
background-color: #C5FAAC;
}
</style>
border-color css
<style>
span { border-color: #C5FAAC; }
span { border-color: rgb(197,250,172); }
td.TdClassName
{
border-color: #C5FAAC;
}
.TagClassName
{
border-color: #C5FAAC;
}
</style>