Shades of Monte Carlo #76CDB0
Tints of Monte Carlo #76CDB0
RGB
CMYK
RGB Variations
Color information
#76CDB0 (or 0x76CDB0) is known color: Monte Carlo. HEX triplet: 76, CD and B0. RGB value is (118,205,176). Sum of RGB (Red+Green+Blue) = 118+205+176=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDB0 is #89324F. Grayscale: #AFAFAF. Windows color (decimal): -8991312 or 11586934. OLE color: 11586934.
HSL color Cylindrical-coordinate representation of color #76CDB0: hue angle of 160º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDB0 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 176 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.20 |
| HSL | 160º | 0.47% | 0.63% | - |
| HSV(B) | 160º | 0.42% | 0.8% | - |
| XYZ | 37.14 | 50.65 | 48.89 | - |
| YUV | 175.68 | 128.18 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 176 | 0.42 | 0 | 0.14 | 0.20 | 160 | 0.47 | 0.63 |
| Hex | 76 | CD | B0 | 2A | 0 | E | 14 | A0 | 2F | 3F |
| Octal | 166 | 315 | 260 | 52 | 0 | 16 | 24 | 240 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10110000 | 101010 | 0 | 1110 | 10100 | 10100000 | 101111 | 111111 |
Color Harmonies of #76CDB0
Complementary color
Monochromatic Colors of #76CDB0
Black with #76CDB0
Text Example
Text Example
White with #76CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDB0; }
p { color: rgb(118,205,176); }
H1.HeaderClassName
{
color: #76CDB0;
}
.AnyTagClassName
{
color: #76CDB0;
}
</style>
background-color css
<style>
a { background-color: #76CDB0; }
a { background-color: rgb(118,205,176); }
div.DivClassName
{
background-color: #76CDB0;
}
.BgClassName
{
background-color: #76CDB0;
}
</style>
border-color css
<style>
span { border-color: #76CDB0; }
span { border-color: rgb(118,205,176); }
td.TdClassName
{
border-color: #76CDB0;
}
.TagClassName
{
border-color: #76CDB0;
}
</style>