Shades of Tea Green #C5F5B9
Tints of Tea Green #C5F5B9
RGB
CMYK
RGB Variations
Color information
#C5F5B9 (or 0xC5F5B9) is known color: Tea Green. HEX triplet: C5, F5 and B9. RGB value is (197,245,185). Sum of RGB (Red+Green+Blue) = 197+245+185=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F5B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F5B9 is #3A0A46. Grayscale: #DFDFDF. Windows color (decimal): -3803719 or 12187077. OLE color: 12187077.
HSL color Cylindrical-coordinate representation of color #C5F5B9: hue angle of 108º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5F5B9 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 185 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.04 |
| HSL | 108º | 0.75% | 0.84% | - |
| HSV(B) | 108º | 0.24% | 0.96% | - |
| XYZ | 64.44 | 80.68 | 58.08 | - |
| YUV | 223.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 185 | 0.20 | 0 | 0.24 | 0.04 | 108 | 0.75 | 0.84 |
| Hex | C5 | F5 | B9 | 14 | 0 | 18 | 4 | 6C | 4B | 54 |
| Octal | 305 | 365 | 271 | 24 | 0 | 30 | 4 | 154 | 113 | 124 |
| Binary | 11000101 | 11110101 | 10111001 | 10100 | 0 | 11000 | 100 | 1101100 | 1001011 | 1010100 |
Color Harmonies of #C5F5B9
Complementary color
Monochromatic Colors of #C5F5B9
Black with #C5F5B9
Text Example
Text Example
White with #C5F5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F5B9; }
p { color: rgb(197,245,185); }
H1.HeaderClassName
{
color: #C5F5B9;
}
.AnyTagClassName
{
color: #C5F5B9;
}
</style>
background-color css
<style>
a { background-color: #C5F5B9; }
a { background-color: rgb(197,245,185); }
div.DivClassName
{
background-color: #C5F5B9;
}
.BgClassName
{
background-color: #C5F5B9;
}
</style>
border-color css
<style>
span { border-color: #C5F5B9; }
span { border-color: rgb(197,245,185); }
td.TdClassName
{
border-color: #C5F5B9;
}
.TagClassName
{
border-color: #C5F5B9;
}
</style>