Shades of Monte Carlo #75C1AD
Tints of Monte Carlo #75C1AD
RGB
CMYK
RGB Variations
Color information
#75C1AD (or 0x75C1AD) is known color: Monte Carlo. HEX triplet: 75, C1 and AD. RGB value is (117,193,173). Sum of RGB (Red+Green+Blue) = 117+193+173=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #75C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C1AD is #8A3E52. Grayscale: #A8A8A8. Windows color (decimal): -9059923 or 11387253. OLE color: 11387253.
HSL color Cylindrical-coordinate representation of color #75C1AD: hue angle of 164.21º 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 #75C1AD is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 173 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.24 |
| HSL | 164.21º | 0.38% | 0.61% | - |
| HSV(B) | 164.21º | 0.39% | 0.76% | - |
| XYZ | 33.95 | 44.94 | 46.42 | - |
| YUV | 168 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 173 | 0.39 | 0 | 0.10 | 0.24 | 164.21 | 0.38 | 0.61 |
| Hex | 75 | C1 | AD | 27 | 0 | A | 18 | A4 | 26 | 3D |
| Octal | 165 | 301 | 255 | 47 | 0 | 12 | 30 | 244 | 46 | 75 |
| Binary | 1110101 | 11000001 | 10101101 | 100111 | 0 | 1010 | 11000 | 10100100 | 100110 | 111101 |
Color Harmonies of #75C1AD
Complementary color
Monochromatic Colors of #75C1AD
Black with #75C1AD
Text Example
Text Example
White with #75C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C1AD; }
p { color: rgb(117,193,173); }
H1.HeaderClassName
{
color: #75C1AD;
}
.AnyTagClassName
{
color: #75C1AD;
}
</style>
background-color css
<style>
a { background-color: #75C1AD; }
a { background-color: rgb(117,193,173); }
div.DivClassName
{
background-color: #75C1AD;
}
.BgClassName
{
background-color: #75C1AD;
}
</style>
border-color css
<style>
span { border-color: #75C1AD; }
span { border-color: rgb(117,193,173); }
td.TdClassName
{
border-color: #75C1AD;
}
.TagClassName
{
border-color: #75C1AD;
}
</style>