Shades of Monte Carlo #76C2B8
Tints of Monte Carlo #76C2B8
RGB
CMYK
RGB Variations
Color information
#76C2B8 (or 0x76C2B8) is known color: Monte Carlo. HEX triplet: 76, C2 and B8. RGB value is (118,194,184). Sum of RGB (Red+Green+Blue) = 118+194+184=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #76C2B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C2B8 is #893D47. Grayscale: #AAAAAA. Windows color (decimal): -8994120 or 12108406. OLE color: 12108406.
HSL color Cylindrical-coordinate representation of color #76C2B8: hue angle of 172.11º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C2B8 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 184 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.24 |
| HSL | 172.11º | 0.38% | 0.61% | - |
| HSV(B) | 172.11º | 0.39% | 0.76% | - |
| XYZ | 35.41 | 45.9 | 52.34 | - |
| YUV | 170.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 184 | 0.39 | 0 | 0.05 | 0.24 | 172.11 | 0.38 | 0.61 |
| Hex | 76 | C2 | B8 | 27 | 0 | 5 | 18 | AC | 26 | 3D |
| Octal | 166 | 302 | 270 | 47 | 0 | 5 | 30 | 254 | 46 | 75 |
| Binary | 1110110 | 11000010 | 10111000 | 100111 | 0 | 101 | 11000 | 10101100 | 100110 | 111101 |
Color Harmonies of #76C2B8
Complementary color
Monochromatic Colors of #76C2B8
Black with #76C2B8
Text Example
Text Example
White with #76C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C2B8; }
p { color: rgb(118,194,184); }
H1.HeaderClassName
{
color: #76C2B8;
}
.AnyTagClassName
{
color: #76C2B8;
}
</style>
background-color css
<style>
a { background-color: #76C2B8; }
a { background-color: rgb(118,194,184); }
div.DivClassName
{
background-color: #76C2B8;
}
.BgClassName
{
background-color: #76C2B8;
}
</style>
border-color css
<style>
span { border-color: #76C2B8; }
span { border-color: rgb(118,194,184); }
td.TdClassName
{
border-color: #76C2B8;
}
.TagClassName
{
border-color: #76C2B8;
}
</style>