Shades of Tea Green #C5F0BB
Tints of Tea Green #C5F0BB
RGB
CMYK
RGB Variations
Color information
#C5F0BB (or 0xC5F0BB) is known color: Tea Green. HEX triplet: C5, F0 and BB. RGB value is (197,240,187). Sum of RGB (Red+Green+Blue) = 197+240+187=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F0BB is #3A0F44. Grayscale: #DDDDDD. Windows color (decimal): -3804997 or 12316869. OLE color: 12316869.
HSL color Cylindrical-coordinate representation of color #C5F0BB: hue angle of 108.68º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5F0BB is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 187 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.06 |
| HSL | 108.68º | 0.64% | 0.84% | - |
| HSV(B) | 108.68º | 0.22% | 0.94% | - |
| XYZ | 63.16 | 77.78 | 58.7 | - |
| YUV | 221.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 187 | 0.18 | 0 | 0.22 | 0.06 | 108.68 | 0.64 | 0.84 |
| Hex | C5 | F0 | BB | 12 | 0 | 16 | 6 | 6D | 40 | 54 |
| Octal | 305 | 360 | 273 | 22 | 0 | 26 | 6 | 155 | 100 | 124 |
| Binary | 11000101 | 11110000 | 10111011 | 10010 | 0 | 10110 | 110 | 1101101 | 1000000 | 1010100 |
Color Harmonies of #C5F0BB
Complementary color
Monochromatic Colors of #C5F0BB
Black with #C5F0BB
Text Example
Text Example
White with #C5F0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F0BB; }
p { color: rgb(197,240,187); }
H1.HeaderClassName
{
color: #C5F0BB;
}
.AnyTagClassName
{
color: #C5F0BB;
}
</style>
background-color css
<style>
a { background-color: #C5F0BB; }
a { background-color: rgb(197,240,187); }
div.DivClassName
{
background-color: #C5F0BB;
}
.BgClassName
{
background-color: #C5F0BB;
}
</style>
border-color css
<style>
span { border-color: #C5F0BB; }
span { border-color: rgb(197,240,187); }
td.TdClassName
{
border-color: #C5F0BB;
}
.TagClassName
{
border-color: #C5F0BB;
}
</style>