Shades of Monte Carlo #76C1AD
Tints of Monte Carlo #76C1AD
RGB
CMYK
RGB Variations
Color information
#76C1AD (or 0x76C1AD) is known color: Monte Carlo. HEX triplet: 76, C1 and AD. RGB value is (118,193,173). Sum of RGB (Red+Green+Blue) = 118+193+173=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C1AD is #893E52. Grayscale: #A8A8A8. Windows color (decimal): -8994387 or 11387254. OLE color: 11387254.
HSL color Cylindrical-coordinate representation of color #76C1AD: hue angle of 164º 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 #76C1AD is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 173 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.24 |
| HSL | 164º | 0.38% | 0.61% | - |
| HSV(B) | 164º | 0.39% | 0.76% | - |
| XYZ | 34.08 | 45.01 | 46.43 | - |
| YUV | 168.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 173 | 0.39 | 0 | 0.10 | 0.24 | 164 | 0.38 | 0.61 |
| Hex | 76 | C1 | AD | 27 | 0 | A | 18 | A4 | 26 | 3D |
| Octal | 166 | 301 | 255 | 47 | 0 | 12 | 30 | 244 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10101101 | 100111 | 0 | 1010 | 11000 | 10100100 | 100110 | 111101 |
Color Harmonies of #76C1AD
Complementary color
Monochromatic Colors of #76C1AD
Black with #76C1AD
Text Example
Text Example
White with #76C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C1AD; }
p { color: rgb(118,193,173); }
H1.HeaderClassName
{
color: #76C1AD;
}
.AnyTagClassName
{
color: #76C1AD;
}
</style>
background-color css
<style>
a { background-color: #76C1AD; }
a { background-color: rgb(118,193,173); }
div.DivClassName
{
background-color: #76C1AD;
}
.BgClassName
{
background-color: #76C1AD;
}
</style>
border-color css
<style>
span { border-color: #76C1AD; }
span { border-color: rgb(118,193,173); }
td.TdClassName
{
border-color: #76C1AD;
}
.TagClassName
{
border-color: #76C1AD;
}
</style>