Shades of Monte Carlo #76C6BC
Tints of Monte Carlo #76C6BC
RGB
CMYK
RGB Variations
Color information
#76C6BC (or 0x76C6BC) is known color: Monte Carlo. HEX triplet: 76, C6 and BC. RGB value is (118,198,188). Sum of RGB (Red+Green+Blue) = 118+198+188=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C6BC is #893943. Grayscale: #ACACAC. Windows color (decimal): -8993092 or 12371574. OLE color: 12371574.
HSL color Cylindrical-coordinate representation of color #76C6BC: hue angle of 172.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C6BC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 188 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.22 |
| HSL | 172.5º | 0.41% | 0.62% | - |
| HSV(B) | 172.5º | 0.4% | 0.78% | - |
| XYZ | 36.74 | 47.87 | 54.88 | - |
| YUV | 172.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 188 | 0.40 | 0 | 0.05 | 0.22 | 172.5 | 0.41 | 0.62 |
| Hex | 76 | C6 | BC | 28 | 0 | 5 | 16 | AC | 29 | 3E |
| Octal | 166 | 306 | 274 | 50 | 0 | 5 | 26 | 254 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10111100 | 101000 | 0 | 101 | 10110 | 10101100 | 101001 | 111110 |
Color Harmonies of #76C6BC
Complementary color
Monochromatic Colors of #76C6BC
Black with #76C6BC
Text Example
Text Example
White with #76C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6BC; }
p { color: rgb(118,198,188); }
H1.HeaderClassName
{
color: #76C6BC;
}
.AnyTagClassName
{
color: #76C6BC;
}
</style>
background-color css
<style>
a { background-color: #76C6BC; }
a { background-color: rgb(118,198,188); }
div.DivClassName
{
background-color: #76C6BC;
}
.BgClassName
{
background-color: #76C6BC;
}
</style>
border-color css
<style>
span { border-color: #76C6BC; }
span { border-color: rgb(118,198,188); }
td.TdClassName
{
border-color: #76C6BC;
}
.TagClassName
{
border-color: #76C6BC;
}
</style>