Shades of Tea Green #C5FBAA
Tints of Tea Green #C5FBAA
RGB
CMYK
RGB Variations
Color information
#C5FBAA (or 0xC5FBAA) is known color: Tea Green. HEX triplet: C5, FB and AA. RGB value is (197,251,170). Sum of RGB (Red+Green+Blue) = 197+251+170=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FBAA is #3A0455. Grayscale: #E1E1E1. Windows color (decimal): -3802198 or 11205573. OLE color: 11205573.
HSL color Cylindrical-coordinate representation of color #C5FBAA: hue angle of 100º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5FBAA is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 170 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.02 |
| HSL | 100º | 0.91% | 0.83% | - |
| HSV(B) | 100º | 0.32% | 0.98% | - |
| XYZ | 64.78 | 83.77 | 50.78 | - |
| YUV | 225.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 170 | 0.22 | 0 | 0.32 | 0.02 | 100 | 0.91 | 0.83 |
| Hex | C5 | FB | AA | 16 | 0 | 20 | 2 | 64 | 5B | 53 |
| Octal | 305 | 373 | 252 | 26 | 0 | 40 | 2 | 144 | 133 | 123 |
| Binary | 11000101 | 11111011 | 10101010 | 10110 | 0 | 100000 | 10 | 1100100 | 1011011 | 1010011 |
Color Harmonies of #C5FBAA
Complementary color
Monochromatic Colors of #C5FBAA
Black with #C5FBAA
Text Example
Text Example
White with #C5FBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBAA; }
p { color: rgb(197,251,170); }
H1.HeaderClassName
{
color: #C5FBAA;
}
.AnyTagClassName
{
color: #C5FBAA;
}
</style>
background-color css
<style>
a { background-color: #C5FBAA; }
a { background-color: rgb(197,251,170); }
div.DivClassName
{
background-color: #C5FBAA;
}
.BgClassName
{
background-color: #C5FBAA;
}
</style>
border-color css
<style>
span { border-color: #C5FBAA; }
span { border-color: rgb(197,251,170); }
td.TdClassName
{
border-color: #C5FBAA;
}
.TagClassName
{
border-color: #C5FBAA;
}
</style>