Shades of Monte Carlo #76C1B2
Tints of Monte Carlo #76C1B2
RGB
CMYK
RGB Variations
Color information
#76C1B2 (or 0x76C1B2) is known color: Monte Carlo. HEX triplet: 76, C1 and B2. RGB value is (118,193,178). Sum of RGB (Red+Green+Blue) = 118+193+178=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #76C1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C1B2 is #893E4D. Grayscale: #A8A8A8. Windows color (decimal): -8994382 or 11714934. OLE color: 11714934.
HSL color Cylindrical-coordinate representation of color #76C1B2: hue angle of 168º degrees, saturation: 0.38, 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 #76C1B2 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 178 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.24 |
| HSL | 168º | 0.38% | 0.61% | - |
| HSV(B) | 168º | 0.39% | 0.76% | - |
| XYZ | 34.58 | 45.21 | 49.02 | - |
| YUV | 168.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 178 | 0.39 | 0 | 0.08 | 0.24 | 168 | 0.38 | 0.61 |
| Hex | 76 | C1 | B2 | 27 | 0 | 8 | 18 | A8 | 26 | 3D |
| Octal | 166 | 301 | 262 | 47 | 0 | 10 | 30 | 250 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10110010 | 100111 | 0 | 1000 | 11000 | 10101000 | 100110 | 111101 |
Color Harmonies of #76C1B2
Complementary color
Monochromatic Colors of #76C1B2
Black with #76C1B2
Text Example
Text Example
White with #76C1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C1B2; }
p { color: rgb(118,193,178); }
H1.HeaderClassName
{
color: #76C1B2;
}
.AnyTagClassName
{
color: #76C1B2;
}
</style>
background-color css
<style>
a { background-color: #76C1B2; }
a { background-color: rgb(118,193,178); }
div.DivClassName
{
background-color: #76C1B2;
}
.BgClassName
{
background-color: #76C1B2;
}
</style>
border-color css
<style>
span { border-color: #76C1B2; }
span { border-color: rgb(118,193,178); }
td.TdClassName
{
border-color: #76C1B2;
}
.TagClassName
{
border-color: #76C1B2;
}
</style>