Shades of Monte Carlo #76BFB5
Tints of Monte Carlo #76BFB5
RGB
CMYK
RGB Variations
Color information
#76BFB5 (or 0x76BFB5) is known color: Monte Carlo. HEX triplet: 76, BF and B5. RGB value is (118,191,181). Sum of RGB (Red+Green+Blue) = 118+191+181=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFB5 is #89404A. Grayscale: #A8A8A8. Windows color (decimal): -8994891 or 11911030. OLE color: 11911030.
HSL color Cylindrical-coordinate representation of color #76BFB5: hue angle of 171.78º 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 #76BFB5 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 191 | 181 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.25 |
| HSL | 171.78º | 0.36% | 0.61% | - |
| HSV(B) | 171.78º | 0.38% | 0.75% | - |
| XYZ | 34.44 | 44.45 | 50.48 | - |
| YUV | 168.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 181 | 0.38 | 0 | 0.05 | 0.25 | 171.78 | 0.36 | 0.61 |
| Hex | 76 | BF | B5 | 26 | 0 | 5 | 19 | AC | 24 | 3D |
| Octal | 166 | 277 | 265 | 46 | 0 | 5 | 31 | 254 | 44 | 75 |
| Binary | 1110110 | 10111111 | 10110101 | 100110 | 0 | 101 | 11001 | 10101100 | 100100 | 111101 |
Color Harmonies of #76BFB5
Complementary color
Monochromatic Colors of #76BFB5
Black with #76BFB5
Text Example
Text Example
White with #76BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFB5; }
p { color: rgb(118,191,181); }
H1.HeaderClassName
{
color: #76BFB5;
}
.AnyTagClassName
{
color: #76BFB5;
}
</style>
background-color css
<style>
a { background-color: #76BFB5; }
a { background-color: rgb(118,191,181); }
div.DivClassName
{
background-color: #76BFB5;
}
.BgClassName
{
background-color: #76BFB5;
}
</style>
border-color css
<style>
span { border-color: #76BFB5; }
span { border-color: rgb(118,191,181); }
td.TdClassName
{
border-color: #76BFB5;
}
.TagClassName
{
border-color: #76BFB5;
}
</style>