Shades of Monte Carlo #76C8BC
Tints of Monte Carlo #76C8BC
RGB
CMYK
RGB Variations
Color information
#76C8BC (or 0x76C8BC) is known color: Monte Carlo. HEX triplet: 76, C8 and BC. RGB value is (118,200,188). Sum of RGB (Red+Green+Blue) = 118+200+188=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C8BC is #893743. Grayscale: #AEAEAE. Windows color (decimal): -8992580 or 12372086. OLE color: 12372086.
HSL color Cylindrical-coordinate representation of color #76C8BC: hue angle of 171.22º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C8BC is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 188 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.22 |
| HSL | 171.22º | 0.43% | 0.62% | - |
| HSV(B) | 171.22º | 0.41% | 0.78% | - |
| XYZ | 37.2 | 48.79 | 55.03 | - |
| YUV | 174.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 188 | 0.41 | 0 | 0.06 | 0.22 | 171.22 | 0.43 | 0.62 |
| Hex | 76 | C8 | BC | 29 | 0 | 6 | 16 | AB | 2B | 3E |
| Octal | 166 | 310 | 274 | 51 | 0 | 6 | 26 | 253 | 53 | 76 |
| Binary | 1110110 | 11001000 | 10111100 | 101001 | 0 | 110 | 10110 | 10101011 | 101011 | 111110 |
Color Harmonies of #76C8BC
Complementary color
Monochromatic Colors of #76C8BC
Black with #76C8BC
Text Example
Text Example
White with #76C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C8BC; }
p { color: rgb(118,200,188); }
H1.HeaderClassName
{
color: #76C8BC;
}
.AnyTagClassName
{
color: #76C8BC;
}
</style>
background-color css
<style>
a { background-color: #76C8BC; }
a { background-color: rgb(118,200,188); }
div.DivClassName
{
background-color: #76C8BC;
}
.BgClassName
{
background-color: #76C8BC;
}
</style>
border-color css
<style>
span { border-color: #76C8BC; }
span { border-color: rgb(118,200,188); }
td.TdClassName
{
border-color: #76C8BC;
}
.TagClassName
{
border-color: #76C8BC;
}
</style>