Shades of Monte Carlo #76BCB7
Tints of Monte Carlo #76BCB7
RGB
CMYK
RGB Variations
Color information
#76BCB7 (or 0x76BCB7) is known color: Monte Carlo. HEX triplet: 76, BC and B7. RGB value is (118,188,183). Sum of RGB (Red+Green+Blue) = 118+188+183=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCB7 is #894348. Grayscale: #A6A6A6. Windows color (decimal): -8995657 or 12041334. OLE color: 12041334.
HSL color Cylindrical-coordinate representation of color #76BCB7: hue angle of 175.71º 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 #76BCB7 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 183 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.26 |
| HSL | 175.71º | 0.34% | 0.6% | - |
| HSV(B) | 175.71º | 0.37% | 0.74% | - |
| XYZ | 34 | 43.24 | 51.35 | - |
| YUV | 166.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 183 | 0.37 | 0 | 0.03 | 0.26 | 175.71 | 0.34 | 0.6 |
| Hex | 76 | BC | B7 | 25 | 0 | 3 | 1A | B0 | 22 | 3C |
| Octal | 166 | 274 | 267 | 45 | 0 | 3 | 32 | 260 | 42 | 74 |
| Binary | 1110110 | 10111100 | 10110111 | 100101 | 0 | 11 | 11010 | 10110000 | 100010 | 111100 |
Color Harmonies of #76BCB7
Complementary color
Monochromatic Colors of #76BCB7
Black with #76BCB7
Text Example
Text Example
White with #76BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCB7; }
p { color: rgb(118,188,183); }
H1.HeaderClassName
{
color: #76BCB7;
}
.AnyTagClassName
{
color: #76BCB7;
}
</style>
background-color css
<style>
a { background-color: #76BCB7; }
a { background-color: rgb(118,188,183); }
div.DivClassName
{
background-color: #76BCB7;
}
.BgClassName
{
background-color: #76BCB7;
}
</style>
border-color css
<style>
span { border-color: #76BCB7; }
span { border-color: rgb(118,188,183); }
td.TdClassName
{
border-color: #76BCB7;
}
.TagClassName
{
border-color: #76BCB7;
}
</style>