Shades of Monte Carlo #76BDB0
Tints of Monte Carlo #76BDB0
RGB
CMYK
RGB Variations
Color information
#76BDB0 (or 0x76BDB0) is known color: Monte Carlo. HEX triplet: 76, BD and B0. RGB value is (118,189,176). Sum of RGB (Red+Green+Blue) = 118+189+176=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDB0 is #89424F. Grayscale: #A6A6A6. Windows color (decimal): -8995408 or 11582838. OLE color: 11582838.
HSL color Cylindrical-coordinate representation of color #76BDB0: hue angle of 169.01º 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 #76BDB0 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 176 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.26 |
| HSL | 169.01º | 0.35% | 0.6% | - |
| HSV(B) | 169.01º | 0.38% | 0.74% | - |
| XYZ | 33.51 | 43.38 | 47.68 | - |
| YUV | 166.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 176 | 0.38 | 0 | 0.07 | 0.26 | 169.01 | 0.35 | 0.6 |
| Hex | 76 | BD | B0 | 26 | 0 | 7 | 1A | A9 | 23 | 3C |
| Octal | 166 | 275 | 260 | 46 | 0 | 7 | 32 | 251 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10110000 | 100110 | 0 | 111 | 11010 | 10101001 | 100011 | 111100 |
Color Harmonies of #76BDB0
Complementary color
Monochromatic Colors of #76BDB0
Black with #76BDB0
Text Example
Text Example
White with #76BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDB0; }
p { color: rgb(118,189,176); }
H1.HeaderClassName
{
color: #76BDB0;
}
.AnyTagClassName
{
color: #76BDB0;
}
</style>
background-color css
<style>
a { background-color: #76BDB0; }
a { background-color: rgb(118,189,176); }
div.DivClassName
{
background-color: #76BDB0;
}
.BgClassName
{
background-color: #76BDB0;
}
</style>
border-color css
<style>
span { border-color: #76BDB0; }
span { border-color: rgb(118,189,176); }
td.TdClassName
{
border-color: #76BDB0;
}
.TagClassName
{
border-color: #76BDB0;
}
</style>