Shades of Tea Green #C5F5BA
Tints of Tea Green #C5F5BA
RGB
CMYK
RGB Variations
Color information
#C5F5BA (or 0xC5F5BA) is known color: Tea Green. HEX triplet: C5, F5 and BA. RGB value is (197,245,186). Sum of RGB (Red+Green+Blue) = 197+245+186=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F5BA is #3A0A45. Grayscale: #E0E0E0. Windows color (decimal): -3803718 or 12252613. OLE color: 12252613.
HSL color Cylindrical-coordinate representation of color #C5F5BA: hue angle of 108.81º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5F5BA is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 186 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.04 |
| HSL | 108.81º | 0.75% | 0.85% | - |
| HSV(B) | 108.81º | 0.24% | 0.96% | - |
| XYZ | 64.54 | 80.72 | 58.63 | - |
| YUV | 223.92 | 106.6 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 186 | 0.20 | 0 | 0.24 | 0.04 | 108.81 | 0.75 | 0.85 |
| Hex | C5 | F5 | BA | 14 | 0 | 18 | 4 | 6D | 4B | 55 |
| Octal | 305 | 365 | 272 | 24 | 0 | 30 | 4 | 155 | 113 | 125 |
| Binary | 11000101 | 11110101 | 10111010 | 10100 | 0 | 11000 | 100 | 1101101 | 1001011 | 1010101 |
Color Harmonies of #C5F5BA
Complementary color
Monochromatic Colors of #C5F5BA
Black with #C5F5BA
Text Example
Text Example
White with #C5F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F5BA; }
p { color: rgb(197,245,186); }
H1.HeaderClassName
{
color: #C5F5BA;
}
.AnyTagClassName
{
color: #C5F5BA;
}
</style>
background-color css
<style>
a { background-color: #C5F5BA; }
a { background-color: rgb(197,245,186); }
div.DivClassName
{
background-color: #C5F5BA;
}
.BgClassName
{
background-color: #C5F5BA;
}
</style>
border-color css
<style>
span { border-color: #C5F5BA; }
span { border-color: rgb(197,245,186); }
td.TdClassName
{
border-color: #C5F5BA;
}
.TagClassName
{
border-color: #C5F5BA;
}
</style>