Shades of Monte Carlo #76BEB4
Tints of Monte Carlo #76BEB4
RGB
CMYK
RGB Variations
Color information
#76BEB4 (or 0x76BEB4) is known color: Monte Carlo. HEX triplet: 76, BE and B4. RGB value is (118,190,180). Sum of RGB (Red+Green+Blue) = 118+190+180=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEB4 is #89414B. Grayscale: #A7A7A7. Windows color (decimal): -8995148 or 11845238. OLE color: 11845238.
HSL color Cylindrical-coordinate representation of color #76BEB4: hue angle of 171.67º 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 #76BEB4 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 180 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.25 |
| HSL | 171.67º | 0.36% | 0.6% | - |
| HSV(B) | 171.67º | 0.38% | 0.75% | - |
| XYZ | 34.12 | 43.97 | 49.87 | - |
| YUV | 167.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 180 | 0.38 | 0 | 0.05 | 0.25 | 171.67 | 0.36 | 0.6 |
| Hex | 76 | BE | B4 | 26 | 0 | 5 | 19 | AC | 24 | 3C |
| Octal | 166 | 276 | 264 | 46 | 0 | 5 | 31 | 254 | 44 | 74 |
| Binary | 1110110 | 10111110 | 10110100 | 100110 | 0 | 101 | 11001 | 10101100 | 100100 | 111100 |
Color Harmonies of #76BEB4
Complementary color
Monochromatic Colors of #76BEB4
Black with #76BEB4
Text Example
Text Example
White with #76BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEB4; }
p { color: rgb(118,190,180); }
H1.HeaderClassName
{
color: #76BEB4;
}
.AnyTagClassName
{
color: #76BEB4;
}
</style>
background-color css
<style>
a { background-color: #76BEB4; }
a { background-color: rgb(118,190,180); }
div.DivClassName
{
background-color: #76BEB4;
}
.BgClassName
{
background-color: #76BEB4;
}
</style>
border-color css
<style>
span { border-color: #76BEB4; }
span { border-color: rgb(118,190,180); }
td.TdClassName
{
border-color: #76BEB4;
}
.TagClassName
{
border-color: #76BEB4;
}
</style>