Shades of Monte Carlo #76C6AF
Tints of Monte Carlo #76C6AF
RGB
CMYK
RGB Variations
Color information
#76C6AF (or 0x76C6AF) is known color: Monte Carlo. HEX triplet: 76, C6 and AF. RGB value is (118,198,175). Sum of RGB (Red+Green+Blue) = 118+198+175=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C6AF is #893950. Grayscale: #ABABAB. Windows color (decimal): -8993105 or 11519606. OLE color: 11519606.
HSL color Cylindrical-coordinate representation of color #76C6AF: hue angle of 162.75º 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 #76C6AF is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 175 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.22 |
| HSL | 162.75º | 0.41% | 0.62% | - |
| HSV(B) | 162.75º | 0.4% | 0.78% | - |
| XYZ | 35.4 | 47.33 | 47.83 | - |
| YUV | 171.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 175 | 0.40 | 0 | 0.12 | 0.22 | 162.75 | 0.41 | 0.62 |
| Hex | 76 | C6 | AF | 28 | 0 | C | 16 | A3 | 29 | 3E |
| Octal | 166 | 306 | 257 | 50 | 0 | 14 | 26 | 243 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10101111 | 101000 | 0 | 1100 | 10110 | 10100011 | 101001 | 111110 |
Color Harmonies of #76C6AF
Complementary color
Monochromatic Colors of #76C6AF
Black with #76C6AF
Text Example
Text Example
White with #76C6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6AF; }
p { color: rgb(118,198,175); }
H1.HeaderClassName
{
color: #76C6AF;
}
.AnyTagClassName
{
color: #76C6AF;
}
</style>
background-color css
<style>
a { background-color: #76C6AF; }
a { background-color: rgb(118,198,175); }
div.DivClassName
{
background-color: #76C6AF;
}
.BgClassName
{
background-color: #76C6AF;
}
</style>
border-color css
<style>
span { border-color: #76C6AF; }
span { border-color: rgb(118,198,175); }
td.TdClassName
{
border-color: #76C6AF;
}
.TagClassName
{
border-color: #76C6AF;
}
</style>