Shades of Monte Carlo #76BDB9
Tints of Monte Carlo #76BDB9
RGB
CMYK
RGB Variations
Color information
#76BDB9 (or 0x76BDB9) is known color: Monte Carlo. HEX triplet: 76, BD and B9. RGB value is (118,189,185). Sum of RGB (Red+Green+Blue) = 118+189+185=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDB9 is #894246. Grayscale: #A7A7A7. Windows color (decimal): -8995399 or 12172662. OLE color: 12172662.
HSL color Cylindrical-coordinate representation of color #76BDB9: hue angle of 176.62º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDB9 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 185 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.26 |
| HSL | 176.62º | 0.35% | 0.6% | - |
| HSV(B) | 176.62º | 0.38% | 0.74% | - |
| XYZ | 34.43 | 43.75 | 52.53 | - |
| YUV | 167.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 185 | 0.38 | 0 | 0.02 | 0.26 | 176.62 | 0.35 | 0.6 |
| Hex | 76 | BD | B9 | 26 | 0 | 2 | 1A | B1 | 23 | 3C |
| Octal | 166 | 275 | 271 | 46 | 0 | 2 | 32 | 261 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10111001 | 100110 | 0 | 10 | 11010 | 10110001 | 100011 | 111100 |
Color Harmonies of #76BDB9
Complementary color
Monochromatic Colors of #76BDB9
Black with #76BDB9
Text Example
Text Example
White with #76BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDB9; }
p { color: rgb(118,189,185); }
H1.HeaderClassName
{
color: #76BDB9;
}
.AnyTagClassName
{
color: #76BDB9;
}
</style>
background-color css
<style>
a { background-color: #76BDB9; }
a { background-color: rgb(118,189,185); }
div.DivClassName
{
background-color: #76BDB9;
}
.BgClassName
{
background-color: #76BDB9;
}
</style>
border-color css
<style>
span { border-color: #76BDB9; }
span { border-color: rgb(118,189,185); }
td.TdClassName
{
border-color: #76BDB9;
}
.TagClassName
{
border-color: #76BDB9;
}
</style>