Shades of Tea Green #C5F7BF
Tints of Tea Green #C5F7BF
RGB
CMYK
RGB Variations
Color information
#C5F7BF (or 0xC5F7BF) is known color: Tea Green. HEX triplet: C5, F7 and BF. RGB value is (197,247,191). Sum of RGB (Red+Green+Blue) = 197+247+191=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F7BF is #3A0840. Grayscale: #E1E1E1. Windows color (decimal): -3803201 or 12580805. OLE color: 12580805.
HSL color Cylindrical-coordinate representation of color #C5F7BF: hue angle of 113.57º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5F7BF is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 191 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.03 |
| HSL | 113.57º | 0.78% | 0.86% | - |
| HSV(B) | 113.57º | 0.23% | 0.97% | - |
| XYZ | 65.69 | 82.15 | 61.69 | - |
| YUV | 225.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 191 | 0.20 | 0 | 0.23 | 0.03 | 113.57 | 0.78 | 0.86 |
| Hex | C5 | F7 | BF | 14 | 0 | 17 | 3 | 72 | 4E | 56 |
| Octal | 305 | 367 | 277 | 24 | 0 | 27 | 3 | 162 | 116 | 126 |
| Binary | 11000101 | 11110111 | 10111111 | 10100 | 0 | 10111 | 11 | 1110010 | 1001110 | 1010110 |
Color Harmonies of #C5F7BF
Complementary color
Monochromatic Colors of #C5F7BF
Black with #C5F7BF
Text Example
Text Example
White with #C5F7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F7BF; }
p { color: rgb(197,247,191); }
H1.HeaderClassName
{
color: #C5F7BF;
}
.AnyTagClassName
{
color: #C5F7BF;
}
</style>
background-color css
<style>
a { background-color: #C5F7BF; }
a { background-color: rgb(197,247,191); }
div.DivClassName
{
background-color: #C5F7BF;
}
.BgClassName
{
background-color: #C5F7BF;
}
</style>
border-color css
<style>
span { border-color: #C5F7BF; }
span { border-color: rgb(197,247,191); }
td.TdClassName
{
border-color: #C5F7BF;
}
.TagClassName
{
border-color: #C5F7BF;
}
</style>