Shades of Monte Carlo #76C1A6
Tints of Monte Carlo #76C1A6
RGB
CMYK
RGB Variations
Color information
#76C1A6 (or 0x76C1A6) is known color: Monte Carlo. HEX triplet: 76, C1 and A6. RGB value is (118,193,166). Sum of RGB (Red+Green+Blue) = 118+193+166=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C1A6 is #893E59. Grayscale: #A7A7A7. Windows color (decimal): -8994394 or 10928502. OLE color: 10928502.
HSL color Cylindrical-coordinate representation of color #76C1A6: hue angle of 158.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C1A6 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 166 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.24 |
| HSL | 158.4º | 0.38% | 0.61% | - |
| HSV(B) | 158.4º | 0.39% | 0.76% | - |
| XYZ | 33.42 | 44.74 | 42.95 | - |
| YUV | 167.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 166 | 0.39 | 0 | 0.14 | 0.24 | 158.4 | 0.38 | 0.61 |
| Hex | 76 | C1 | A6 | 27 | 0 | E | 18 | 9E | 26 | 3D |
| Octal | 166 | 301 | 246 | 47 | 0 | 16 | 30 | 236 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10100110 | 100111 | 0 | 1110 | 11000 | 10011110 | 100110 | 111101 |
Color Harmonies of #76C1A6
Complementary color
Monochromatic Colors of #76C1A6
Black with #76C1A6
Text Example
Text Example
White with #76C1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C1A6; }
p { color: rgb(118,193,166); }
H1.HeaderClassName
{
color: #76C1A6;
}
.AnyTagClassName
{
color: #76C1A6;
}
</style>
background-color css
<style>
a { background-color: #76C1A6; }
a { background-color: rgb(118,193,166); }
div.DivClassName
{
background-color: #76C1A6;
}
.BgClassName
{
background-color: #76C1A6;
}
</style>
border-color css
<style>
span { border-color: #76C1A6; }
span { border-color: rgb(118,193,166); }
td.TdClassName
{
border-color: #76C1A6;
}
.TagClassName
{
border-color: #76C1A6;
}
</style>