Shades of Tea Green #C5F8BA
Tints of Tea Green #C5F8BA
RGB
CMYK
RGB Variations
Color information
#C5F8BA (or 0xC5F8BA) is known color: Tea Green. HEX triplet: C5, F8 and BA. RGB value is (197,248,186). Sum of RGB (Red+Green+Blue) = 197+248+186=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F8BA is #3A0745. Grayscale: #E1E1E1. Windows color (decimal): -3802950 or 12253381. OLE color: 12253381.
HSL color Cylindrical-coordinate representation of color #C5F8BA: hue angle of 109.35º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5F8BA is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 186 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.03 |
| HSL | 109.35º | 0.82% | 0.85% | - |
| HSV(B) | 109.35º | 0.25% | 0.97% | - |
| XYZ | 65.46 | 82.55 | 58.94 | - |
| YUV | 225.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 186 | 0.21 | 0 | 0.25 | 0.03 | 109.35 | 0.82 | 0.85 |
| Hex | C5 | F8 | BA | 15 | 0 | 19 | 3 | 6D | 52 | 55 |
| Octal | 305 | 370 | 272 | 25 | 0 | 31 | 3 | 155 | 122 | 125 |
| Binary | 11000101 | 11111000 | 10111010 | 10101 | 0 | 11001 | 11 | 1101101 | 1010010 | 1010101 |
Color Harmonies of #C5F8BA
Complementary color
Monochromatic Colors of #C5F8BA
Black with #C5F8BA
Text Example
Text Example
White with #C5F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F8BA; }
p { color: rgb(197,248,186); }
H1.HeaderClassName
{
color: #C5F8BA;
}
.AnyTagClassName
{
color: #C5F8BA;
}
</style>
background-color css
<style>
a { background-color: #C5F8BA; }
a { background-color: rgb(197,248,186); }
div.DivClassName
{
background-color: #C5F8BA;
}
.BgClassName
{
background-color: #C5F8BA;
}
</style>
border-color css
<style>
span { border-color: #C5F8BA; }
span { border-color: rgb(197,248,186); }
td.TdClassName
{
border-color: #C5F8BA;
}
.TagClassName
{
border-color: #C5F8BA;
}
</style>