Shades of Tea Green #C5FBB5
Tints of Tea Green #C5FBB5
RGB
CMYK
RGB Variations
Color information
#C5FBB5 (or 0xC5FBB5) is known color: Tea Green. HEX triplet: C5, FB and B5. RGB value is (197,251,181). Sum of RGB (Red+Green+Blue) = 197+251+181=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FBB5 is #3A044A. Grayscale: #E3E3E3. Windows color (decimal): -3802187 or 11926469. OLE color: 11926469.
HSL color Cylindrical-coordinate representation of color #C5FBB5: hue angle of 106.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5FBB5 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 181 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.02 |
| HSL | 106.29º | 0.9% | 0.85% | - |
| HSV(B) | 106.29º | 0.28% | 0.98% | - |
| XYZ | 65.86 | 84.2 | 56.5 | - |
| YUV | 226.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 181 | 0.22 | 0 | 0.28 | 0.02 | 106.29 | 0.9 | 0.85 |
| Hex | C5 | FB | B5 | 16 | 0 | 1C | 2 | 6A | 5A | 55 |
| Octal | 305 | 373 | 265 | 26 | 0 | 34 | 2 | 152 | 132 | 125 |
| Binary | 11000101 | 11111011 | 10110101 | 10110 | 0 | 11100 | 10 | 1101010 | 1011010 | 1010101 |
Color Harmonies of #C5FBB5
Complementary color
Monochromatic Colors of #C5FBB5
Black with #C5FBB5
Text Example
Text Example
White with #C5FBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBB5; }
p { color: rgb(197,251,181); }
H1.HeaderClassName
{
color: #C5FBB5;
}
.AnyTagClassName
{
color: #C5FBB5;
}
</style>
background-color css
<style>
a { background-color: #C5FBB5; }
a { background-color: rgb(197,251,181); }
div.DivClassName
{
background-color: #C5FBB5;
}
.BgClassName
{
background-color: #C5FBB5;
}
</style>
border-color css
<style>
span { border-color: #C5FBB5; }
span { border-color: rgb(197,251,181); }
td.TdClassName
{
border-color: #C5FBB5;
}
.TagClassName
{
border-color: #C5FBB5;
}
</style>