Shades of Monte Carlo #76BCAF
Tints of Monte Carlo #76BCAF
RGB
CMYK
RGB Variations
Color information
#76BCAF (or 0x76BCAF) is known color: Monte Carlo. HEX triplet: 76, BC and AF. RGB value is (118,188,175). Sum of RGB (Red+Green+Blue) = 118+188+175=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCAF is #894350. Grayscale: #A5A5A5. Windows color (decimal): -8995665 or 11517046. OLE color: 11517046.
HSL color Cylindrical-coordinate representation of color #76BCAF: hue angle of 168.86º 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 #76BCAF is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 175 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.26 |
| HSL | 168.86º | 0.34% | 0.6% | - |
| HSV(B) | 168.86º | 0.37% | 0.74% | - |
| XYZ | 33.19 | 42.91 | 47.09 | - |
| YUV | 165.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 175 | 0.37 | 0 | 0.07 | 0.26 | 168.86 | 0.34 | 0.6 |
| Hex | 76 | BC | AF | 25 | 0 | 7 | 1A | A9 | 22 | 3C |
| Octal | 166 | 274 | 257 | 45 | 0 | 7 | 32 | 251 | 42 | 74 |
| Binary | 1110110 | 10111100 | 10101111 | 100101 | 0 | 111 | 11010 | 10101001 | 100010 | 111100 |
Color Harmonies of #76BCAF
Complementary color
Monochromatic Colors of #76BCAF
Black with #76BCAF
Text Example
Text Example
White with #76BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCAF; }
p { color: rgb(118,188,175); }
H1.HeaderClassName
{
color: #76BCAF;
}
.AnyTagClassName
{
color: #76BCAF;
}
</style>
background-color css
<style>
a { background-color: #76BCAF; }
a { background-color: rgb(118,188,175); }
div.DivClassName
{
background-color: #76BCAF;
}
.BgClassName
{
background-color: #76BCAF;
}
</style>
border-color css
<style>
span { border-color: #76BCAF; }
span { border-color: rgb(118,188,175); }
td.TdClassName
{
border-color: #76BCAF;
}
.TagClassName
{
border-color: #76BCAF;
}
</style>