Shades of Monte Carlo #75C0A5
Tints of Monte Carlo #75C0A5
RGB
CMYK
RGB Variations
Color information
#75C0A5 (or 0x75C0A5) is known color: Monte Carlo. HEX triplet: 75, C0 and A5. RGB value is (117,192,165). Sum of RGB (Red+Green+Blue) = 117+192+165=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #75C0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C0A5 is #8A3F5A. Grayscale: #A6A6A6. Windows color (decimal): -9060187 or 10862709. OLE color: 10862709.
HSL color Cylindrical-coordinate representation of color #75C0A5: hue angle of 158.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C0A5 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 165 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.25 |
| HSL | 158.4º | 0.37% | 0.61% | - |
| HSV(B) | 158.4º | 0.39% | 0.75% | - |
| XYZ | 32.98 | 44.2 | 42.39 | - |
| YUV | 166.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 165 | 0.39 | 0 | 0.14 | 0.25 | 158.4 | 0.37 | 0.61 |
| Hex | 75 | C0 | A5 | 27 | 0 | E | 19 | 9E | 25 | 3D |
| Octal | 165 | 300 | 245 | 47 | 0 | 16 | 31 | 236 | 45 | 75 |
| Binary | 1110101 | 11000000 | 10100101 | 100111 | 0 | 1110 | 11001 | 10011110 | 100101 | 111101 |
Color Harmonies of #75C0A5
Complementary color
Monochromatic Colors of #75C0A5
Black with #75C0A5
Text Example
Text Example
White with #75C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C0A5; }
p { color: rgb(117,192,165); }
H1.HeaderClassName
{
color: #75C0A5;
}
.AnyTagClassName
{
color: #75C0A5;
}
</style>
background-color css
<style>
a { background-color: #75C0A5; }
a { background-color: rgb(117,192,165); }
div.DivClassName
{
background-color: #75C0A5;
}
.BgClassName
{
background-color: #75C0A5;
}
</style>
border-color css
<style>
span { border-color: #75C0A5; }
span { border-color: rgb(117,192,165); }
td.TdClassName
{
border-color: #75C0A5;
}
.TagClassName
{
border-color: #75C0A5;
}
</style>