Shades of Monte Carlo #76C5B1
Tints of Monte Carlo #76C5B1
RGB
CMYK
RGB Variations
Color information
#76C5B1 (or 0x76C5B1) is known color: Monte Carlo. HEX triplet: 76, C5 and B1. RGB value is (118,197,177). Sum of RGB (Red+Green+Blue) = 118+197+177=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #76C5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C5B1 is #893A4E. Grayscale: #ABABAB. Windows color (decimal): -8993359 or 11650422. OLE color: 11650422.
HSL color Cylindrical-coordinate representation of color #76C5B1: hue angle of 164.81º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C5B1 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 177 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.23 |
| HSL | 164.81º | 0.41% | 0.62% | - |
| HSV(B) | 164.81º | 0.4% | 0.77% | - |
| XYZ | 35.37 | 46.96 | 48.79 | - |
| YUV | 171.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 177 | 0.40 | 0 | 0.10 | 0.23 | 164.81 | 0.41 | 0.62 |
| Hex | 76 | C5 | B1 | 28 | 0 | A | 17 | A5 | 29 | 3E |
| Octal | 166 | 305 | 261 | 50 | 0 | 12 | 27 | 245 | 51 | 76 |
| Binary | 1110110 | 11000101 | 10110001 | 101000 | 0 | 1010 | 10111 | 10100101 | 101001 | 111110 |
Color Harmonies of #76C5B1
Complementary color
Monochromatic Colors of #76C5B1
Black with #76C5B1
Text Example
Text Example
White with #76C5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C5B1; }
p { color: rgb(118,197,177); }
H1.HeaderClassName
{
color: #76C5B1;
}
.AnyTagClassName
{
color: #76C5B1;
}
</style>
background-color css
<style>
a { background-color: #76C5B1; }
a { background-color: rgb(118,197,177); }
div.DivClassName
{
background-color: #76C5B1;
}
.BgClassName
{
background-color: #76C5B1;
}
</style>
border-color css
<style>
span { border-color: #76C5B1; }
span { border-color: rgb(118,197,177); }
td.TdClassName
{
border-color: #76C5B1;
}
.TagClassName
{
border-color: #76C5B1;
}
</style>