Shades of Tea Green #C5F7BC
Tints of Tea Green #C5F7BC
RGB
CMYK
RGB Variations
Color information
#C5F7BC (or 0xC5F7BC) is known color: Tea Green. HEX triplet: C5, F7 and BC. RGB value is (197,247,188). Sum of RGB (Red+Green+Blue) = 197+247+188=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F7BC is #3A0843. Grayscale: #E1E1E1. Windows color (decimal): -3803204 or 12384197. OLE color: 12384197.
HSL color Cylindrical-coordinate representation of color #C5F7BC: hue angle of 110.85º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5F7BC is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 188 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.03 |
| HSL | 110.85º | 0.79% | 0.85% | - |
| HSV(B) | 110.85º | 0.24% | 0.97% | - |
| XYZ | 65.36 | 82.02 | 59.96 | - |
| YUV | 225.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 188 | 0.20 | 0 | 0.24 | 0.03 | 110.85 | 0.79 | 0.85 |
| Hex | C5 | F7 | BC | 14 | 0 | 18 | 3 | 6F | 4F | 55 |
| Octal | 305 | 367 | 274 | 24 | 0 | 30 | 3 | 157 | 117 | 125 |
| Binary | 11000101 | 11110111 | 10111100 | 10100 | 0 | 11000 | 11 | 1101111 | 1001111 | 1010101 |
Color Harmonies of #C5F7BC
Complementary color
Monochromatic Colors of #C5F7BC
Black with #C5F7BC
Text Example
Text Example
White with #C5F7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F7BC; }
p { color: rgb(197,247,188); }
H1.HeaderClassName
{
color: #C5F7BC;
}
.AnyTagClassName
{
color: #C5F7BC;
}
</style>
background-color css
<style>
a { background-color: #C5F7BC; }
a { background-color: rgb(197,247,188); }
div.DivClassName
{
background-color: #C5F7BC;
}
.BgClassName
{
background-color: #C5F7BC;
}
</style>
border-color css
<style>
span { border-color: #C5F7BC; }
span { border-color: rgb(197,247,188); }
td.TdClassName
{
border-color: #C5F7BC;
}
.TagClassName
{
border-color: #C5F7BC;
}
</style>