Shades of Monte Carlo #76BEA6
Tints of Monte Carlo #76BEA6
RGB
CMYK
RGB Variations
Color information
#76BEA6 (or 0x76BEA6) is known color: Monte Carlo. HEX triplet: 76, BE and A6. RGB value is (118,190,166). Sum of RGB (Red+Green+Blue) = 118+190+166=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEA6 is #894159. Grayscale: #A5A5A5. Windows color (decimal): -8995162 or 10927734. OLE color: 10927734.
HSL color Cylindrical-coordinate representation of color #76BEA6: hue angle of 160º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEA6 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 166 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.25 |
| HSL | 160º | 0.36% | 0.6% | - |
| HSV(B) | 160º | 0.38% | 0.75% | - |
| XYZ | 32.77 | 43.43 | 42.73 | - |
| YUV | 165.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 166 | 0.38 | 0 | 0.13 | 0.25 | 160 | 0.36 | 0.6 |
| Hex | 76 | BE | A6 | 26 | 0 | D | 19 | A0 | 24 | 3C |
| Octal | 166 | 276 | 246 | 46 | 0 | 15 | 31 | 240 | 44 | 74 |
| Binary | 1110110 | 10111110 | 10100110 | 100110 | 0 | 1101 | 11001 | 10100000 | 100100 | 111100 |
Color Harmonies of #76BEA6
Complementary color
Monochromatic Colors of #76BEA6
Black with #76BEA6
Text Example
Text Example
White with #76BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEA6; }
p { color: rgb(118,190,166); }
H1.HeaderClassName
{
color: #76BEA6;
}
.AnyTagClassName
{
color: #76BEA6;
}
</style>
background-color css
<style>
a { background-color: #76BEA6; }
a { background-color: rgb(118,190,166); }
div.DivClassName
{
background-color: #76BEA6;
}
.BgClassName
{
background-color: #76BEA6;
}
</style>
border-color css
<style>
span { border-color: #76BEA6; }
span { border-color: rgb(118,190,166); }
td.TdClassName
{
border-color: #76BEA6;
}
.TagClassName
{
border-color: #76BEA6;
}
</style>