Shades of Monte Carlo #76CDB1
Tints of Monte Carlo #76CDB1
RGB
CMYK
RGB Variations
Color information
#76CDB1 (or 0x76CDB1) is known color: Monte Carlo. HEX triplet: 76, CD and B1. RGB value is (118,205,177). Sum of RGB (Red+Green+Blue) = 118+205+177=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDB1 is #89324E. Grayscale: #AFAFAF. Windows color (decimal): -8991311 or 11652470. OLE color: 11652470.
HSL color Cylindrical-coordinate representation of color #76CDB1: hue angle of 160.69º 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 #76CDB1 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 177 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.20 |
| HSL | 160.69º | 0.47% | 0.63% | - |
| HSV(B) | 160.69º | 0.42% | 0.8% | - |
| XYZ | 37.24 | 50.69 | 49.42 | - |
| YUV | 175.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 177 | 0.42 | 0 | 0.14 | 0.20 | 160.69 | 0.47 | 0.63 |
| Hex | 76 | CD | B1 | 2A | 0 | E | 14 | A1 | 2F | 3F |
| Octal | 166 | 315 | 261 | 52 | 0 | 16 | 24 | 241 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10110001 | 101010 | 0 | 1110 | 10100 | 10100001 | 101111 | 111111 |
Color Harmonies of #76CDB1
Complementary color
Monochromatic Colors of #76CDB1
Black with #76CDB1
Text Example
Text Example
White with #76CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDB1; }
p { color: rgb(118,205,177); }
H1.HeaderClassName
{
color: #76CDB1;
}
.AnyTagClassName
{
color: #76CDB1;
}
</style>
background-color css
<style>
a { background-color: #76CDB1; }
a { background-color: rgb(118,205,177); }
div.DivClassName
{
background-color: #76CDB1;
}
.BgClassName
{
background-color: #76CDB1;
}
</style>
border-color css
<style>
span { border-color: #76CDB1; }
span { border-color: rgb(118,205,177); }
td.TdClassName
{
border-color: #76CDB1;
}
.TagClassName
{
border-color: #76CDB1;
}
</style>