Shades of Tea Green #C5FEAA
Tints of Tea Green #C5FEAA
RGB
CMYK
RGB Variations
Color information
#C5FEAA (or 0xC5FEAA) is known color: Tea Green. HEX triplet: C5, FE and AA. RGB value is (197,254,170). Sum of RGB (Red+Green+Blue) = 197+254+170=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FEAA is #3A0155. Grayscale: #E3E3E3. Windows color (decimal): -3801430 or 11206341. OLE color: 11206341.
HSL color Cylindrical-coordinate representation of color #C5FEAA: hue angle of 100.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5FEAA is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 170 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.00 |
| HSL | 100.71º | 0.98% | 0.83% | - |
| HSV(B) | 100.71º | 0.33% | 1% | - |
| XYZ | 65.72 | 85.66 | 51.1 | - |
| YUV | 227.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 170 | 0.22 | 0 | 0.33 | 0.00 | 100.71 | 0.98 | 0.83 |
| Hex | C5 | FE | AA | 16 | 0 | 21 | 0 | 65 | 62 | 53 |
| Octal | 305 | 376 | 252 | 26 | 0 | 41 | 0 | 145 | 142 | 123 |
| Binary | 11000101 | 11111110 | 10101010 | 10110 | 0 | 100001 | 0 | 1100101 | 1100010 | 1010011 |
Color Harmonies of #C5FEAA
Complementary color
Monochromatic Colors of #C5FEAA
Black with #C5FEAA
Text Example
Text Example
White with #C5FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEAA; }
p { color: rgb(197,254,170); }
H1.HeaderClassName
{
color: #C5FEAA;
}
.AnyTagClassName
{
color: #C5FEAA;
}
</style>
background-color css
<style>
a { background-color: #C5FEAA; }
a { background-color: rgb(197,254,170); }
div.DivClassName
{
background-color: #C5FEAA;
}
.BgClassName
{
background-color: #C5FEAA;
}
</style>
border-color css
<style>
span { border-color: #C5FEAA; }
span { border-color: rgb(197,254,170); }
td.TdClassName
{
border-color: #C5FEAA;
}
.TagClassName
{
border-color: #C5FEAA;
}
</style>