Shades of Monte Carlo #76BEBC
Tints of Monte Carlo #76BEBC
RGB
CMYK
RGB Variations
Color information
#76BEBC (or 0x76BEBC) is known color: Monte Carlo. HEX triplet: 76, BE and BC. RGB value is (118,190,188). Sum of RGB (Red+Green+Blue) = 118+190+188=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEBC is #894143. Grayscale: #A8A8A8. Windows color (decimal): -8995140 or 12369526. OLE color: 12369526.
HSL color Cylindrical-coordinate representation of color #76BEBC: hue angle of 178.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 #76BEBC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 188 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.25 |
| HSL | 178.33º | 0.36% | 0.6% | - |
| HSV(B) | 178.33º | 0.38% | 0.75% | - |
| XYZ | 34.96 | 44.31 | 54.29 | - |
| YUV | 168.24 | 139.15 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 188 | 0.38 | 0 | 0.01 | 0.25 | 178.33 | 0.36 | 0.6 |
| Hex | 76 | BE | BC | 26 | 0 | 1 | 19 | B2 | 24 | 3C |
| Octal | 166 | 276 | 274 | 46 | 0 | 1 | 31 | 262 | 44 | 74 |
| Binary | 1110110 | 10111110 | 10111100 | 100110 | 0 | 1 | 11001 | 10110010 | 100100 | 111100 |
Color Harmonies of #76BEBC
Complementary color
Monochromatic Colors of #76BEBC
Black with #76BEBC
Text Example
Text Example
White with #76BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEBC; }
p { color: rgb(118,190,188); }
H1.HeaderClassName
{
color: #76BEBC;
}
.AnyTagClassName
{
color: #76BEBC;
}
</style>
background-color css
<style>
a { background-color: #76BEBC; }
a { background-color: rgb(118,190,188); }
div.DivClassName
{
background-color: #76BEBC;
}
.BgClassName
{
background-color: #76BEBC;
}
</style>
border-color css
<style>
span { border-color: #76BEBC; }
span { border-color: rgb(118,190,188); }
td.TdClassName
{
border-color: #76BEBC;
}
.TagClassName
{
border-color: #76BEBC;
}
</style>