Shades of Monte Carlo #76CDB2
Tints of Monte Carlo #76CDB2
RGB
CMYK
RGB Variations
Color information
#76CDB2 (or 0x76CDB2) is known color: Monte Carlo. HEX triplet: 76, CD and B2. RGB value is (118,205,178). Sum of RGB (Red+Green+Blue) = 118+205+178=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDB2 is #89324D. Grayscale: #AFAFAF. Windows color (decimal): -8991310 or 11718006. OLE color: 11718006.
HSL color Cylindrical-coordinate representation of color #76CDB2: hue angle of 161.38º 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 #76CDB2 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 205 | 178 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.20 |
| HSL | 161.38º | 0.47% | 0.63% | - |
| HSV(B) | 161.38º | 0.42% | 0.8% | - |
| XYZ | 37.34 | 50.73 | 49.94 | - |
| YUV | 175.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 178 | 0.42 | 0 | 0.13 | 0.20 | 161.38 | 0.47 | 0.63 |
| Hex | 76 | CD | B2 | 2A | 0 | D | 14 | A1 | 2F | 3F |
| Octal | 166 | 315 | 262 | 52 | 0 | 15 | 24 | 241 | 57 | 77 |
| Binary | 1110110 | 11001101 | 10110010 | 101010 | 0 | 1101 | 10100 | 10100001 | 101111 | 111111 |
Color Harmonies of #76CDB2
Complementary color
Monochromatic Colors of #76CDB2
Black with #76CDB2
Text Example
Text Example
White with #76CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDB2; }
p { color: rgb(118,205,178); }
H1.HeaderClassName
{
color: #76CDB2;
}
.AnyTagClassName
{
color: #76CDB2;
}
</style>
background-color css
<style>
a { background-color: #76CDB2; }
a { background-color: rgb(118,205,178); }
div.DivClassName
{
background-color: #76CDB2;
}
.BgClassName
{
background-color: #76CDB2;
}
</style>
border-color css
<style>
span { border-color: #76CDB2; }
span { border-color: rgb(118,205,178); }
td.TdClassName
{
border-color: #76CDB2;
}
.TagClassName
{
border-color: #76CDB2;
}
</style>