Shades of Monte Carlo #76C6B8
Tints of Monte Carlo #76C6B8
RGB
CMYK
RGB Variations
Color information
#76C6B8 (or 0x76C6B8) is known color: Monte Carlo. HEX triplet: 76, C6 and B8. RGB value is (118,198,184). Sum of RGB (Red+Green+Blue) = 118+198+184=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #76C6B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C6B8 is #893947. Grayscale: #ACACAC. Windows color (decimal): -8993096 or 12109430. OLE color: 12109430.
HSL color Cylindrical-coordinate representation of color #76C6B8: hue angle of 169.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 #76C6B8 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 184 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.22 |
| HSL | 169.5º | 0.41% | 0.62% | - |
| HSV(B) | 169.5º | 0.4% | 0.78% | - |
| XYZ | 36.32 | 47.7 | 52.64 | - |
| YUV | 172.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 184 | 0.40 | 0 | 0.07 | 0.22 | 169.5 | 0.41 | 0.62 |
| Hex | 76 | C6 | B8 | 28 | 0 | 7 | 16 | AA | 29 | 3E |
| Octal | 166 | 306 | 270 | 50 | 0 | 7 | 26 | 252 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10111000 | 101000 | 0 | 111 | 10110 | 10101010 | 101001 | 111110 |
Color Harmonies of #76C6B8
Complementary color
Monochromatic Colors of #76C6B8
Black with #76C6B8
Text Example
Text Example
White with #76C6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6B8; }
p { color: rgb(118,198,184); }
H1.HeaderClassName
{
color: #76C6B8;
}
.AnyTagClassName
{
color: #76C6B8;
}
</style>
background-color css
<style>
a { background-color: #76C6B8; }
a { background-color: rgb(118,198,184); }
div.DivClassName
{
background-color: #76C6B8;
}
.BgClassName
{
background-color: #76C6B8;
}
</style>
border-color css
<style>
span { border-color: #76C6B8; }
span { border-color: rgb(118,198,184); }
td.TdClassName
{
border-color: #76C6B8;
}
.TagClassName
{
border-color: #76C6B8;
}
</style>