Shades of Tea Green #C5FBB0
Tints of Tea Green #C5FBB0
RGB
CMYK
RGB Variations
Color information
#C5FBB0 (or 0xC5FBB0) is known color: Tea Green. HEX triplet: C5, FB and B0. RGB value is (197,251,176). Sum of RGB (Red+Green+Blue) = 197+251+176=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FBB0 is #3A044F. Grayscale: #E2E2E2. Windows color (decimal): -3802192 or 11598789. OLE color: 11598789.
HSL color Cylindrical-coordinate representation of color #C5FBB0: hue angle of 103.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5FBB0 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 176 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.02 |
| HSL | 103.2º | 0.9% | 0.84% | - |
| HSV(B) | 103.2º | 0.3% | 0.98% | - |
| XYZ | 65.36 | 84 | 53.84 | - |
| YUV | 226.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 176 | 0.22 | 0 | 0.30 | 0.02 | 103.2 | 0.9 | 0.84 |
| Hex | C5 | FB | B0 | 16 | 0 | 1E | 2 | 67 | 5A | 54 |
| Octal | 305 | 373 | 260 | 26 | 0 | 36 | 2 | 147 | 132 | 124 |
| Binary | 11000101 | 11111011 | 10110000 | 10110 | 0 | 11110 | 10 | 1100111 | 1011010 | 1010100 |
Color Harmonies of #C5FBB0
Complementary color
Monochromatic Colors of #C5FBB0
Black with #C5FBB0
Text Example
Text Example
White with #C5FBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBB0; }
p { color: rgb(197,251,176); }
H1.HeaderClassName
{
color: #C5FBB0;
}
.AnyTagClassName
{
color: #C5FBB0;
}
</style>
background-color css
<style>
a { background-color: #C5FBB0; }
a { background-color: rgb(197,251,176); }
div.DivClassName
{
background-color: #C5FBB0;
}
.BgClassName
{
background-color: #C5FBB0;
}
</style>
border-color css
<style>
span { border-color: #C5FBB0; }
span { border-color: rgb(197,251,176); }
td.TdClassName
{
border-color: #C5FBB0;
}
.TagClassName
{
border-color: #C5FBB0;
}
</style>