Shades of Monte Carlo #76BFA8
Tints of Monte Carlo #76BFA8
RGB
CMYK
RGB Variations
Color information
#76BFA8 (or 0x76BFA8) is known color: Monte Carlo. HEX triplet: 76, BF and A8. RGB value is (118,191,168). Sum of RGB (Red+Green+Blue) = 118+191+168=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BFA8 is #894057. Grayscale: #A6A6A6. Windows color (decimal): -8994904 or 11059062. OLE color: 11059062.
HSL color Cylindrical-coordinate representation of color #76BFA8: hue angle of 161.1º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BFA8 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 191 | 168 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.25 |
| HSL | 161.1º | 0.36% | 0.61% | - |
| HSV(B) | 161.1º | 0.38% | 0.75% | - |
| XYZ | 33.17 | 43.94 | 43.78 | - |
| YUV | 166.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 168 | 0.38 | 0 | 0.12 | 0.25 | 161.1 | 0.36 | 0.61 |
| Hex | 76 | BF | A8 | 26 | 0 | C | 19 | A1 | 24 | 3D |
| Octal | 166 | 277 | 250 | 46 | 0 | 14 | 31 | 241 | 44 | 75 |
| Binary | 1110110 | 10111111 | 10101000 | 100110 | 0 | 1100 | 11001 | 10100001 | 100100 | 111101 |
Color Harmonies of #76BFA8
Complementary color
Monochromatic Colors of #76BFA8
Black with #76BFA8
Text Example
Text Example
White with #76BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFA8; }
p { color: rgb(118,191,168); }
H1.HeaderClassName
{
color: #76BFA8;
}
.AnyTagClassName
{
color: #76BFA8;
}
</style>
background-color css
<style>
a { background-color: #76BFA8; }
a { background-color: rgb(118,191,168); }
div.DivClassName
{
background-color: #76BFA8;
}
.BgClassName
{
background-color: #76BFA8;
}
</style>
border-color css
<style>
span { border-color: #76BFA8; }
span { border-color: rgb(118,191,168); }
td.TdClassName
{
border-color: #76BFA8;
}
.TagClassName
{
border-color: #76BFA8;
}
</style>