Shades of Monte Carlo #76C6BB
Tints of Monte Carlo #76C6BB
RGB
CMYK
RGB Variations
Color information
#76C6BB (or 0x76C6BB) is known color: Monte Carlo. HEX triplet: 76, C6 and BB. RGB value is (118,198,187). Sum of RGB (Red+Green+Blue) = 118+198+187=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C6BB is #893944. Grayscale: #ACACAC. Windows color (decimal): -8993093 or 12306038. OLE color: 12306038.
HSL color Cylindrical-coordinate representation of color #76C6BB: hue angle of 171.75º 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 #76C6BB is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 187 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.22 |
| HSL | 171.75º | 0.41% | 0.62% | - |
| HSV(B) | 171.75º | 0.4% | 0.78% | - |
| XYZ | 36.63 | 47.83 | 54.31 | - |
| YUV | 172.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 187 | 0.40 | 0 | 0.06 | 0.22 | 171.75 | 0.41 | 0.62 |
| Hex | 76 | C6 | BB | 28 | 0 | 6 | 16 | AC | 29 | 3E |
| Octal | 166 | 306 | 273 | 50 | 0 | 6 | 26 | 254 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10111011 | 101000 | 0 | 110 | 10110 | 10101100 | 101001 | 111110 |
Color Harmonies of #76C6BB
Complementary color
Monochromatic Colors of #76C6BB
Black with #76C6BB
Text Example
Text Example
White with #76C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6BB; }
p { color: rgb(118,198,187); }
H1.HeaderClassName
{
color: #76C6BB;
}
.AnyTagClassName
{
color: #76C6BB;
}
</style>
background-color css
<style>
a { background-color: #76C6BB; }
a { background-color: rgb(118,198,187); }
div.DivClassName
{
background-color: #76C6BB;
}
.BgClassName
{
background-color: #76C6BB;
}
</style>
border-color css
<style>
span { border-color: #76C6BB; }
span { border-color: rgb(118,198,187); }
td.TdClassName
{
border-color: #76C6BB;
}
.TagClassName
{
border-color: #76C6BB;
}
</style>