Shades of Monte Carlo #76C6AC
Tints of Monte Carlo #76C6AC
RGB
CMYK
RGB Variations
Color information
#76C6AC (or 0x76C6AC) is known color: Monte Carlo. HEX triplet: 76, C6 and AC. RGB value is (118,198,172). Sum of RGB (Red+Green+Blue) = 118+198+172=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C6AC is #893953. Grayscale: #ABABAB. Windows color (decimal): -8993108 or 11322998. OLE color: 11322998.
HSL color Cylindrical-coordinate representation of color #76C6AC: hue angle of 160.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C6AC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 172 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.22 |
| HSL | 160.5º | 0.41% | 0.62% | - |
| HSV(B) | 160.5º | 0.4% | 0.78% | - |
| XYZ | 35.11 | 47.22 | 46.29 | - |
| YUV | 171.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 172 | 0.40 | 0 | 0.13 | 0.22 | 160.5 | 0.41 | 0.62 |
| Hex | 76 | C6 | AC | 28 | 0 | D | 16 | A0 | 29 | 3E |
| Octal | 166 | 306 | 254 | 50 | 0 | 15 | 26 | 240 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10101100 | 101000 | 0 | 1101 | 10110 | 10100000 | 101001 | 111110 |
Color Harmonies of #76C6AC
Complementary color
Monochromatic Colors of #76C6AC
Black with #76C6AC
Text Example
Text Example
White with #76C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6AC; }
p { color: rgb(118,198,172); }
H1.HeaderClassName
{
color: #76C6AC;
}
.AnyTagClassName
{
color: #76C6AC;
}
</style>
background-color css
<style>
a { background-color: #76C6AC; }
a { background-color: rgb(118,198,172); }
div.DivClassName
{
background-color: #76C6AC;
}
.BgClassName
{
background-color: #76C6AC;
}
</style>
border-color css
<style>
span { border-color: #76C6AC; }
span { border-color: rgb(118,198,172); }
td.TdClassName
{
border-color: #76C6AC;
}
.TagClassName
{
border-color: #76C6AC;
}
</style>