Shades of Monte Carlo #76BEB0
Tints of Monte Carlo #76BEB0
RGB
CMYK
RGB Variations
Color information
#76BEB0 (or 0x76BEB0) is known color: Monte Carlo. HEX triplet: 76, BE and B0. RGB value is (118,190,176). Sum of RGB (Red+Green+Blue) = 118+190+176=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEB0 is #89414F. Grayscale: #A6A6A6. Windows color (decimal): -8995152 or 11583094. OLE color: 11583094.
HSL color Cylindrical-coordinate representation of color #76BEB0: hue angle of 168.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEB0 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 176 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.25 |
| HSL | 168.33º | 0.36% | 0.6% | - |
| HSV(B) | 168.33º | 0.38% | 0.75% | - |
| XYZ | 33.72 | 43.81 | 47.75 | - |
| YUV | 166.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 176 | 0.38 | 0 | 0.07 | 0.25 | 168.33 | 0.36 | 0.6 |
| Hex | 76 | BE | B0 | 26 | 0 | 7 | 19 | A8 | 24 | 3C |
| Octal | 166 | 276 | 260 | 46 | 0 | 7 | 31 | 250 | 44 | 74 |
| Binary | 1110110 | 10111110 | 10110000 | 100110 | 0 | 111 | 11001 | 10101000 | 100100 | 111100 |
Color Harmonies of #76BEB0
Complementary color
Monochromatic Colors of #76BEB0
Black with #76BEB0
Text Example
Text Example
White with #76BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEB0; }
p { color: rgb(118,190,176); }
H1.HeaderClassName
{
color: #76BEB0;
}
.AnyTagClassName
{
color: #76BEB0;
}
</style>
background-color css
<style>
a { background-color: #76BEB0; }
a { background-color: rgb(118,190,176); }
div.DivClassName
{
background-color: #76BEB0;
}
.BgClassName
{
background-color: #76BEB0;
}
</style>
border-color css
<style>
span { border-color: #76BEB0; }
span { border-color: rgb(118,190,176); }
td.TdClassName
{
border-color: #76BEB0;
}
.TagClassName
{
border-color: #76BEB0;
}
</style>