Shades of Monte Carlo #75C1AC
Tints of Monte Carlo #75C1AC
RGB
CMYK
RGB Variations
Color information
#75C1AC (or 0x75C1AC) is known color: Monte Carlo. HEX triplet: 75, C1 and AC. RGB value is (117,193,172). Sum of RGB (Red+Green+Blue) = 117+193+172=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #75C1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C1AC is #8A3E53. Grayscale: #A7A7A7. Windows color (decimal): -9059924 or 11321717. OLE color: 11321717.
HSL color Cylindrical-coordinate representation of color #75C1AC: hue angle of 163.42º 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 #75C1AC is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 172 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.24 |
| HSL | 163.42º | 0.38% | 0.61% | - |
| HSV(B) | 163.42º | 0.39% | 0.76% | - |
| XYZ | 33.85 | 44.9 | 45.91 | - |
| YUV | 167.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 172 | 0.39 | 0 | 0.11 | 0.24 | 163.42 | 0.38 | 0.61 |
| Hex | 75 | C1 | AC | 27 | 0 | B | 18 | A3 | 26 | 3D |
| Octal | 165 | 301 | 254 | 47 | 0 | 13 | 30 | 243 | 46 | 75 |
| Binary | 1110101 | 11000001 | 10101100 | 100111 | 0 | 1011 | 11000 | 10100011 | 100110 | 111101 |
Color Harmonies of #75C1AC
Complementary color
Monochromatic Colors of #75C1AC
Black with #75C1AC
Text Example
Text Example
White with #75C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C1AC; }
p { color: rgb(117,193,172); }
H1.HeaderClassName
{
color: #75C1AC;
}
.AnyTagClassName
{
color: #75C1AC;
}
</style>
background-color css
<style>
a { background-color: #75C1AC; }
a { background-color: rgb(117,193,172); }
div.DivClassName
{
background-color: #75C1AC;
}
.BgClassName
{
background-color: #75C1AC;
}
</style>
border-color css
<style>
span { border-color: #75C1AC; }
span { border-color: rgb(117,193,172); }
td.TdClassName
{
border-color: #75C1AC;
}
.TagClassName
{
border-color: #75C1AC;
}
</style>