Shades of Monte Carlo #76C3BB
Tints of Monte Carlo #76C3BB
RGB
CMYK
RGB Variations
Color information
#76C3BB (or 0x76C3BB) is known color: Monte Carlo. HEX triplet: 76, C3 and BB. RGB value is (118,195,187). Sum of RGB (Red+Green+Blue) = 118+195+187=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #76C3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C3BB is #893C44. Grayscale: #ABABAB. Windows color (decimal): -8993861 or 12305270. OLE color: 12305270.
HSL color Cylindrical-coordinate representation of color #76C3BB: hue angle of 173.77º degrees, saturation: 0.39, 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 #76C3BB is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 187 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.24 |
| HSL | 173.77º | 0.39% | 0.61% | - |
| HSV(B) | 173.77º | 0.39% | 0.76% | - |
| XYZ | 35.96 | 46.47 | 54.09 | - |
| YUV | 171.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 187 | 0.39 | 0 | 0.04 | 0.24 | 173.77 | 0.39 | 0.61 |
| Hex | 76 | C3 | BB | 27 | 0 | 4 | 18 | AE | 27 | 3D |
| Octal | 166 | 303 | 273 | 47 | 0 | 4 | 30 | 256 | 47 | 75 |
| Binary | 1110110 | 11000011 | 10111011 | 100111 | 0 | 100 | 11000 | 10101110 | 100111 | 111101 |
Color Harmonies of #76C3BB
Complementary color
Monochromatic Colors of #76C3BB
Black with #76C3BB
Text Example
Text Example
White with #76C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C3BB; }
p { color: rgb(118,195,187); }
H1.HeaderClassName
{
color: #76C3BB;
}
.AnyTagClassName
{
color: #76C3BB;
}
</style>
background-color css
<style>
a { background-color: #76C3BB; }
a { background-color: rgb(118,195,187); }
div.DivClassName
{
background-color: #76C3BB;
}
.BgClassName
{
background-color: #76C3BB;
}
</style>
border-color css
<style>
span { border-color: #76C3BB; }
span { border-color: rgb(118,195,187); }
td.TdClassName
{
border-color: #76C3BB;
}
.TagClassName
{
border-color: #76C3BB;
}
</style>