Shades of Monte Carlo #76C0AC
Tints of Monte Carlo #76C0AC
RGB
CMYK
RGB Variations
Color information
#76C0AC (or 0x76C0AC) is known color: Monte Carlo. HEX triplet: 76, C0 and AC. RGB value is (118,192,172). Sum of RGB (Red+Green+Blue) = 118+192+172=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #76C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C0AC is #893F53. Grayscale: #A7A7A7. Windows color (decimal): -8994644 or 11321462. OLE color: 11321462.
HSL color Cylindrical-coordinate representation of color #76C0AC: hue angle of 163.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C0AC is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 172 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.25 |
| HSL | 163.78º | 0.37% | 0.61% | - |
| HSV(B) | 163.78º | 0.39% | 0.75% | - |
| XYZ | 33.77 | 44.53 | 45.85 | - |
| YUV | 167.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 172 | 0.39 | 0 | 0.10 | 0.25 | 163.78 | 0.37 | 0.61 |
| Hex | 76 | C0 | AC | 27 | 0 | A | 19 | A4 | 25 | 3D |
| Octal | 166 | 300 | 254 | 47 | 0 | 12 | 31 | 244 | 45 | 75 |
| Binary | 1110110 | 11000000 | 10101100 | 100111 | 0 | 1010 | 11001 | 10100100 | 100101 | 111101 |
Color Harmonies of #76C0AC
Complementary color
Monochromatic Colors of #76C0AC
Black with #76C0AC
Text Example
Text Example
White with #76C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C0AC; }
p { color: rgb(118,192,172); }
H1.HeaderClassName
{
color: #76C0AC;
}
.AnyTagClassName
{
color: #76C0AC;
}
</style>
background-color css
<style>
a { background-color: #76C0AC; }
a { background-color: rgb(118,192,172); }
div.DivClassName
{
background-color: #76C0AC;
}
.BgClassName
{
background-color: #76C0AC;
}
</style>
border-color css
<style>
span { border-color: #76C0AC; }
span { border-color: rgb(118,192,172); }
td.TdClassName
{
border-color: #76C0AC;
}
.TagClassName
{
border-color: #76C0AC;
}
</style>