Shades of Monte Carlo #75C1AF
Tints of Monte Carlo #75C1AF
RGB
CMYK
RGB Variations
Color information
#75C1AF (or 0x75C1AF) is known color: Monte Carlo. HEX triplet: 75, C1 and AF. RGB value is (117,193,175). Sum of RGB (Red+Green+Blue) = 117+193+175=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #75C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C1AF is #8A3E50. Grayscale: #A8A8A8. Windows color (decimal): -9059921 or 11518325. OLE color: 11518325.
HSL color Cylindrical-coordinate representation of color #75C1AF: hue angle of 165.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C1AF is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 175 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.24 |
| HSL | 165.79º | 0.38% | 0.61% | - |
| HSV(B) | 165.79º | 0.39% | 0.76% | - |
| XYZ | 34.14 | 45.02 | 47.45 | - |
| YUV | 168.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 175 | 0.39 | 0 | 0.09 | 0.24 | 165.79 | 0.38 | 0.61 |
| Hex | 75 | C1 | AF | 27 | 0 | 9 | 18 | A6 | 26 | 3D |
| Octal | 165 | 301 | 257 | 47 | 0 | 11 | 30 | 246 | 46 | 75 |
| Binary | 1110101 | 11000001 | 10101111 | 100111 | 0 | 1001 | 11000 | 10100110 | 100110 | 111101 |
Color Harmonies of #75C1AF
Complementary color
Monochromatic Colors of #75C1AF
Black with #75C1AF
Text Example
Text Example
White with #75C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C1AF; }
p { color: rgb(117,193,175); }
H1.HeaderClassName
{
color: #75C1AF;
}
.AnyTagClassName
{
color: #75C1AF;
}
</style>
background-color css
<style>
a { background-color: #75C1AF; }
a { background-color: rgb(117,193,175); }
div.DivClassName
{
background-color: #75C1AF;
}
.BgClassName
{
background-color: #75C1AF;
}
</style>
border-color css
<style>
span { border-color: #75C1AF; }
span { border-color: rgb(117,193,175); }
td.TdClassName
{
border-color: #75C1AF;
}
.TagClassName
{
border-color: #75C1AF;
}
</style>