Shades of Monte Carlo #76C4BC
Tints of Monte Carlo #76C4BC
RGB
CMYK
RGB Variations
Color information
#76C4BC (or 0x76C4BC) is known color: Monte Carlo. HEX triplet: 76, C4 and BC. RGB value is (118,196,188). Sum of RGB (Red+Green+Blue) = 118+196+188=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #76C4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C4BC is #893B43. Grayscale: #ABABAB. Windows color (decimal): -8993604 or 12371062. OLE color: 12371062.
HSL color Cylindrical-coordinate representation of color #76C4BC: hue angle of 173.85º 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 #76C4BC is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 188 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.23 |
| HSL | 173.85º | 0.4% | 0.62% | - |
| HSV(B) | 173.85º | 0.4% | 0.77% | - |
| XYZ | 36.29 | 46.96 | 54.73 | - |
| YUV | 171.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 188 | 0.40 | 0 | 0.04 | 0.23 | 173.85 | 0.4 | 0.62 |
| Hex | 76 | C4 | BC | 28 | 0 | 4 | 17 | AE | 28 | 3E |
| Octal | 166 | 304 | 274 | 50 | 0 | 4 | 27 | 256 | 50 | 76 |
| Binary | 1110110 | 11000100 | 10111100 | 101000 | 0 | 100 | 10111 | 10101110 | 101000 | 111110 |
Color Harmonies of #76C4BC
Complementary color
Monochromatic Colors of #76C4BC
Black with #76C4BC
Text Example
Text Example
White with #76C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C4BC; }
p { color: rgb(118,196,188); }
H1.HeaderClassName
{
color: #76C4BC;
}
.AnyTagClassName
{
color: #76C4BC;
}
</style>
background-color css
<style>
a { background-color: #76C4BC; }
a { background-color: rgb(118,196,188); }
div.DivClassName
{
background-color: #76C4BC;
}
.BgClassName
{
background-color: #76C4BC;
}
</style>
border-color css
<style>
span { border-color: #76C4BC; }
span { border-color: rgb(118,196,188); }
td.TdClassName
{
border-color: #76C4BC;
}
.TagClassName
{
border-color: #76C4BC;
}
</style>