Shades of Monte Carlo #76C1A8
Tints of Monte Carlo #76C1A8
RGB
CMYK
RGB Variations
Color information
#76C1A8 (or 0x76C1A8) is known color: Monte Carlo. HEX triplet: 76, C1 and A8. RGB value is (118,193,168). Sum of RGB (Red+Green+Blue) = 118+193+168=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C1A8 is #893E57. Grayscale: #A7A7A7. Windows color (decimal): -8994392 or 11059574. OLE color: 11059574.
HSL color Cylindrical-coordinate representation of color #76C1A8: hue angle of 160º 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 #76C1A8 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 168 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.24 |
| HSL | 160º | 0.38% | 0.61% | - |
| HSV(B) | 160º | 0.39% | 0.76% | - |
| XYZ | 33.61 | 44.82 | 43.93 | - |
| YUV | 167.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 168 | 0.39 | 0 | 0.13 | 0.24 | 160 | 0.38 | 0.61 |
| Hex | 76 | C1 | A8 | 27 | 0 | D | 18 | A0 | 26 | 3D |
| Octal | 166 | 301 | 250 | 47 | 0 | 15 | 30 | 240 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10101000 | 100111 | 0 | 1101 | 11000 | 10100000 | 100110 | 111101 |
Color Harmonies of #76C1A8
Complementary color
Monochromatic Colors of #76C1A8
Black with #76C1A8
Text Example
Text Example
White with #76C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C1A8; }
p { color: rgb(118,193,168); }
H1.HeaderClassName
{
color: #76C1A8;
}
.AnyTagClassName
{
color: #76C1A8;
}
</style>
background-color css
<style>
a { background-color: #76C1A8; }
a { background-color: rgb(118,193,168); }
div.DivClassName
{
background-color: #76C1A8;
}
.BgClassName
{
background-color: #76C1A8;
}
</style>
border-color css
<style>
span { border-color: #76C1A8; }
span { border-color: rgb(118,193,168); }
td.TdClassName
{
border-color: #76C1A8;
}
.TagClassName
{
border-color: #76C1A8;
}
</style>