Shades of Monte Carlo #76BCAE
Tints of Monte Carlo #76BCAE
RGB
CMYK
RGB Variations
Color information
#76BCAE (or 0x76BCAE) is known color: Monte Carlo. HEX triplet: 76, BC and AE. RGB value is (118,188,174). Sum of RGB (Red+Green+Blue) = 118+188+174=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCAE is #894351. Grayscale: #A5A5A5. Windows color (decimal): -8995666 or 11451510. OLE color: 11451510.
HSL color Cylindrical-coordinate representation of color #76BCAE: hue angle of 168º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BCAE is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 174 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.26 |
| HSL | 168º | 0.34% | 0.6% | - |
| HSV(B) | 168º | 0.37% | 0.74% | - |
| XYZ | 33.09 | 42.87 | 46.58 | - |
| YUV | 165.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 174 | 0.37 | 0 | 0.07 | 0.26 | 168 | 0.34 | 0.6 |
| Hex | 76 | BC | AE | 25 | 0 | 7 | 1A | A8 | 22 | 3C |
| Octal | 166 | 274 | 256 | 45 | 0 | 7 | 32 | 250 | 42 | 74 |
| Binary | 1110110 | 10111100 | 10101110 | 100101 | 0 | 111 | 11010 | 10101000 | 100010 | 111100 |
Color Harmonies of #76BCAE
Complementary color
Monochromatic Colors of #76BCAE
Black with #76BCAE
Text Example
Text Example
White with #76BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCAE; }
p { color: rgb(118,188,174); }
H1.HeaderClassName
{
color: #76BCAE;
}
.AnyTagClassName
{
color: #76BCAE;
}
</style>
background-color css
<style>
a { background-color: #76BCAE; }
a { background-color: rgb(118,188,174); }
div.DivClassName
{
background-color: #76BCAE;
}
.BgClassName
{
background-color: #76BCAE;
}
</style>
border-color css
<style>
span { border-color: #76BCAE; }
span { border-color: rgb(118,188,174); }
td.TdClassName
{
border-color: #76BCAE;
}
.TagClassName
{
border-color: #76BCAE;
}
</style>