Shades of Monte Carlo #76CDB6
Tints of Monte Carlo #76CDB6
RGB
CMYK
RGB Variations
Color information
#76CDB6 (or 0x76CDB6) is known color: Monte Carlo. HEX triplet: 76, CD and B6. RGB value is (118,205,182). Sum of RGB (Red+Green+Blue) = 118+205+182=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDB6 is #893249. Grayscale: #B0B0B0. Windows color (decimal): -8991306 or 11980150. OLE color: 11980150.
HSL color Cylindrical-coordinate representation of color #76CDB6: hue angle of 164.14º 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 #76CDB6 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 182 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.20 |
| HSL | 164.14º | 0.47% | 0.63% | - |
| HSV(B) | 164.14º | 0.42% | 0.8% | - |
| XYZ | 37.75 | 50.89 | 52.09 | - |
| YUV | 176.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 182 | 0.42 | 0 | 0.11 | 0.20 | 164.14 | 0.47 | 0.63 |
| Hex | 76 | CD | B6 | 2A | 0 | B | 14 | A4 | 2F | 3F |
| Octal | 166 | 315 | 266 | 52 | 0 | 13 | 24 | 244 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10110110 | 101010 | 0 | 1011 | 10100 | 10100100 | 101111 | 111111 |
Color Harmonies of #76CDB6
Complementary color
Monochromatic Colors of #76CDB6
Black with #76CDB6
Text Example
Text Example
White with #76CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDB6; }
p { color: rgb(118,205,182); }
H1.HeaderClassName
{
color: #76CDB6;
}
.AnyTagClassName
{
color: #76CDB6;
}
</style>
background-color css
<style>
a { background-color: #76CDB6; }
a { background-color: rgb(118,205,182); }
div.DivClassName
{
background-color: #76CDB6;
}
.BgClassName
{
background-color: #76CDB6;
}
</style>
border-color css
<style>
span { border-color: #76CDB6; }
span { border-color: rgb(118,205,182); }
td.TdClassName
{
border-color: #76CDB6;
}
.TagClassName
{
border-color: #76CDB6;
}
</style>