Shades of Monte Carlo #76C4B8
Tints of Monte Carlo #76C4B8
RGB
CMYK
RGB Variations
Color information
#76C4B8 (or 0x76C4B8) is known color: Monte Carlo. HEX triplet: 76, C4 and B8. RGB value is (118,196,184). Sum of RGB (Red+Green+Blue) = 118+196+184=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #76C4B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C4B8 is #893B47. Grayscale: #ABABAB. Windows color (decimal): -8993608 or 12108918. OLE color: 12108918.
HSL color Cylindrical-coordinate representation of color #76C4B8: hue angle of 170.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C4B8 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 184 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.23 |
| HSL | 170.77º | 0.4% | 0.62% | - |
| HSV(B) | 170.77º | 0.4% | 0.77% | - |
| XYZ | 35.86 | 46.79 | 52.49 | - |
| YUV | 171.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 184 | 0.40 | 0 | 0.06 | 0.23 | 170.77 | 0.4 | 0.62 |
| Hex | 76 | C4 | B8 | 28 | 0 | 6 | 17 | AB | 28 | 3E |
| Octal | 166 | 304 | 270 | 50 | 0 | 6 | 27 | 253 | 50 | 76 |
| Binary | 1110110 | 11000100 | 10111000 | 101000 | 0 | 110 | 10111 | 10101011 | 101000 | 111110 |
Color Harmonies of #76C4B8
Complementary color
Monochromatic Colors of #76C4B8
Black with #76C4B8
Text Example
Text Example
White with #76C4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C4B8; }
p { color: rgb(118,196,184); }
H1.HeaderClassName
{
color: #76C4B8;
}
.AnyTagClassName
{
color: #76C4B8;
}
</style>
background-color css
<style>
a { background-color: #76C4B8; }
a { background-color: rgb(118,196,184); }
div.DivClassName
{
background-color: #76C4B8;
}
.BgClassName
{
background-color: #76C4B8;
}
</style>
border-color css
<style>
span { border-color: #76C4B8; }
span { border-color: rgb(118,196,184); }
td.TdClassName
{
border-color: #76C4B8;
}
.TagClassName
{
border-color: #76C4B8;
}
</style>