Shades of Monte Carlo #76CDB5
Tints of Monte Carlo #76CDB5
RGB
CMYK
RGB Variations
Color information
#76CDB5 (or 0x76CDB5) is known color: Monte Carlo. HEX triplet: 76, CD and B5. RGB value is (118,205,181). Sum of RGB (Red+Green+Blue) = 118+205+181=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDB5 is #89324A. Grayscale: #B0B0B0. Windows color (decimal): -8991307 or 11914614. OLE color: 11914614.
HSL color Cylindrical-coordinate representation of color #76CDB5: hue angle of 163.45º 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 #76CDB5 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 181 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.20 |
| HSL | 163.45º | 0.47% | 0.63% | - |
| HSV(B) | 163.45º | 0.42% | 0.8% | - |
| XYZ | 37.64 | 50.85 | 51.55 | - |
| YUV | 176.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 181 | 0.42 | 0 | 0.12 | 0.20 | 163.45 | 0.47 | 0.63 |
| Hex | 76 | CD | B5 | 2A | 0 | C | 14 | A3 | 2F | 3F |
| Octal | 166 | 315 | 265 | 52 | 0 | 14 | 24 | 243 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10110101 | 101010 | 0 | 1100 | 10100 | 10100011 | 101111 | 111111 |
Color Harmonies of #76CDB5
Complementary color
Monochromatic Colors of #76CDB5
Black with #76CDB5
Text Example
Text Example
White with #76CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDB5; }
p { color: rgb(118,205,181); }
H1.HeaderClassName
{
color: #76CDB5;
}
.AnyTagClassName
{
color: #76CDB5;
}
</style>
background-color css
<style>
a { background-color: #76CDB5; }
a { background-color: rgb(118,205,181); }
div.DivClassName
{
background-color: #76CDB5;
}
.BgClassName
{
background-color: #76CDB5;
}
</style>
border-color css
<style>
span { border-color: #76CDB5; }
span { border-color: rgb(118,205,181); }
td.TdClassName
{
border-color: #76CDB5;
}
.TagClassName
{
border-color: #76CDB5;
}
</style>