Shades of Monte Carlo #76C7AB
Tints of Monte Carlo #76C7AB
RGB
CMYK
RGB Variations
Color information
#76C7AB (or 0x76C7AB) is known color: Monte Carlo. HEX triplet: 76, C7 and AB. RGB value is (118,199,171). Sum of RGB (Red+Green+Blue) = 118+199+171=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #76C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C7AB is #893854. Grayscale: #ABABAB. Windows color (decimal): -8992853 or 11257718. OLE color: 11257718.
HSL color Cylindrical-coordinate representation of color #76C7AB: hue angle of 159.26º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C7AB is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 171 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.22 |
| HSL | 159.26º | 0.42% | 0.62% | - |
| HSV(B) | 159.26º | 0.41% | 0.78% | - |
| XYZ | 35.25 | 47.64 | 45.87 | - |
| YUV | 171.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 171 | 0.41 | 0 | 0.14 | 0.22 | 159.26 | 0.42 | 0.62 |
| Hex | 76 | C7 | AB | 29 | 0 | E | 16 | 9F | 2A | 3E |
| Octal | 166 | 307 | 253 | 51 | 0 | 16 | 26 | 237 | 52 | 76 |
| Binary | 1110110 | 11000111 | 10101011 | 101001 | 0 | 1110 | 10110 | 10011111 | 101010 | 111110 |
Color Harmonies of #76C7AB
Complementary color
Monochromatic Colors of #76C7AB
Black with #76C7AB
Text Example
Text Example
White with #76C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C7AB; }
p { color: rgb(118,199,171); }
H1.HeaderClassName
{
color: #76C7AB;
}
.AnyTagClassName
{
color: #76C7AB;
}
</style>
background-color css
<style>
a { background-color: #76C7AB; }
a { background-color: rgb(118,199,171); }
div.DivClassName
{
background-color: #76C7AB;
}
.BgClassName
{
background-color: #76C7AB;
}
</style>
border-color css
<style>
span { border-color: #76C7AB; }
span { border-color: rgb(118,199,171); }
td.TdClassName
{
border-color: #76C7AB;
}
.TagClassName
{
border-color: #76C7AB;
}
</style>