Shades of Tea Green #C5FAAE
Tints of Tea Green #C5FAAE
RGB
CMYK
RGB Variations
Color information
#C5FAAE (or 0xC5FAAE) is known color: Tea Green. HEX triplet: C5, FA and AE. RGB value is (197,250,174). Sum of RGB (Red+Green+Blue) = 197+250+174=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAAE is #3A0551. Grayscale: #E1E1E1. Windows color (decimal): -3802450 or 11467461. OLE color: 11467461.
HSL color Cylindrical-coordinate representation of color #C5FAAE: hue angle of 101.84º degrees, saturation: 0.88, 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 #C5FAAE is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 174 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.02 |
| HSL | 101.84º | 0.88% | 0.83% | - |
| HSV(B) | 101.84º | 0.3% | 0.98% | - |
| XYZ | 64.85 | 83.3 | 52.7 | - |
| YUV | 225.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 174 | 0.21 | 0 | 0.30 | 0.02 | 101.84 | 0.88 | 0.83 |
| Hex | C5 | FA | AE | 15 | 0 | 1E | 2 | 66 | 58 | 53 |
| Octal | 305 | 372 | 256 | 25 | 0 | 36 | 2 | 146 | 130 | 123 |
| Binary | 11000101 | 11111010 | 10101110 | 10101 | 0 | 11110 | 10 | 1100110 | 1011000 | 1010011 |
Color Harmonies of #C5FAAE
Complementary color
Monochromatic Colors of #C5FAAE
Black with #C5FAAE
Text Example
Text Example
White with #C5FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAAE; }
p { color: rgb(197,250,174); }
H1.HeaderClassName
{
color: #C5FAAE;
}
.AnyTagClassName
{
color: #C5FAAE;
}
</style>
background-color css
<style>
a { background-color: #C5FAAE; }
a { background-color: rgb(197,250,174); }
div.DivClassName
{
background-color: #C5FAAE;
}
.BgClassName
{
background-color: #C5FAAE;
}
</style>
border-color css
<style>
span { border-color: #C5FAAE; }
span { border-color: rgb(197,250,174); }
td.TdClassName
{
border-color: #C5FAAE;
}
.TagClassName
{
border-color: #C5FAAE;
}
</style>