Shades of Monte Carlo #76C6AB
Tints of Monte Carlo #76C6AB
RGB
CMYK
RGB Variations
Color information
#76C6AB (or 0x76C6AB) is known color: Monte Carlo. HEX triplet: 76, C6 and AB. RGB value is (118,198,171). Sum of RGB (Red+Green+Blue) = 118+198+171=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C6AB is #893954. Grayscale: #ABABAB. Windows color (decimal): -8993109 or 11257462. OLE color: 11257462.
HSL color Cylindrical-coordinate representation of color #76C6AB: hue angle of 159.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 #76C6AB is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 171 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.22 |
| HSL | 159.75º | 0.41% | 0.62% | - |
| HSV(B) | 159.75º | 0.4% | 0.78% | - |
| XYZ | 35.02 | 47.18 | 45.79 | - |
| YUV | 171 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 171 | 0.40 | 0 | 0.14 | 0.22 | 159.75 | 0.41 | 0.62 |
| Hex | 76 | C6 | AB | 28 | 0 | E | 16 | A0 | 29 | 3E |
| Octal | 166 | 306 | 253 | 50 | 0 | 16 | 26 | 240 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10101011 | 101000 | 0 | 1110 | 10110 | 10100000 | 101001 | 111110 |
Color Harmonies of #76C6AB
Complementary color
Monochromatic Colors of #76C6AB
Black with #76C6AB
Text Example
Text Example
White with #76C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6AB; }
p { color: rgb(118,198,171); }
H1.HeaderClassName
{
color: #76C6AB;
}
.AnyTagClassName
{
color: #76C6AB;
}
</style>
background-color css
<style>
a { background-color: #76C6AB; }
a { background-color: rgb(118,198,171); }
div.DivClassName
{
background-color: #76C6AB;
}
.BgClassName
{
background-color: #76C6AB;
}
</style>
border-color css
<style>
span { border-color: #76C6AB; }
span { border-color: rgb(118,198,171); }
td.TdClassName
{
border-color: #76C6AB;
}
.TagClassName
{
border-color: #76C6AB;
}
</style>