Shades of Monte Carlo #76C3B0
Tints of Monte Carlo #76C3B0
RGB
CMYK
RGB Variations
Color information
#76C3B0 (or 0x76C3B0) is known color: Monte Carlo. HEX triplet: 76, C3 and B0. RGB value is (118,195,176). Sum of RGB (Red+Green+Blue) = 118+195+176=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #76C3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C3B0 is #893C4F. Grayscale: #A9A9A9. Windows color (decimal): -8993872 or 11584374. OLE color: 11584374.
HSL color Cylindrical-coordinate representation of color #76C3B0: hue angle of 165.19º 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 #76C3B0 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 176 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.24 |
| HSL | 165.19º | 0.39% | 0.61% | - |
| HSV(B) | 165.19º | 0.39% | 0.76% | - |
| XYZ | 34.82 | 46.02 | 48.12 | - |
| YUV | 169.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 176 | 0.39 | 0 | 0.10 | 0.24 | 165.19 | 0.39 | 0.61 |
| Hex | 76 | C3 | B0 | 27 | 0 | A | 18 | A5 | 27 | 3D |
| Octal | 166 | 303 | 260 | 47 | 0 | 12 | 30 | 245 | 47 | 75 |
| Binary | 1110110 | 11000011 | 10110000 | 100111 | 0 | 1010 | 11000 | 10100101 | 100111 | 111101 |
Color Harmonies of #76C3B0
Complementary color
Monochromatic Colors of #76C3B0
Black with #76C3B0
Text Example
Text Example
White with #76C3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C3B0; }
p { color: rgb(118,195,176); }
H1.HeaderClassName
{
color: #76C3B0;
}
.AnyTagClassName
{
color: #76C3B0;
}
</style>
background-color css
<style>
a { background-color: #76C3B0; }
a { background-color: rgb(118,195,176); }
div.DivClassName
{
background-color: #76C3B0;
}
.BgClassName
{
background-color: #76C3B0;
}
</style>
border-color css
<style>
span { border-color: #76C3B0; }
span { border-color: rgb(118,195,176); }
td.TdClassName
{
border-color: #76C3B0;
}
.TagClassName
{
border-color: #76C3B0;
}
</style>