Shades of Monte Carlo #75C5AB
Tints of Monte Carlo #75C5AB
RGB
CMYK
RGB Variations
Color information
#75C5AB (or 0x75C5AB) is known color: Monte Carlo. HEX triplet: 75, C5 and AB. RGB value is (117,197,171). Sum of RGB (Red+Green+Blue) = 117+197+171=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #75C5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C5AB is #8A3A54. Grayscale: #AAAAAA. Windows color (decimal): -9058901 or 11257205. OLE color: 11257205.
HSL color Cylindrical-coordinate representation of color #75C5AB: hue angle of 160.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C5AB is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 171 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.23 |
| HSL | 160.5º | 0.41% | 0.62% | - |
| HSV(B) | 160.5º | 0.41% | 0.77% | - |
| XYZ | 34.65 | 46.65 | 45.71 | - |
| YUV | 170.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 171 | 0.41 | 0 | 0.13 | 0.23 | 160.5 | 0.41 | 0.62 |
| Hex | 75 | C5 | AB | 29 | 0 | D | 17 | A0 | 29 | 3E |
| Octal | 165 | 305 | 253 | 51 | 0 | 15 | 27 | 240 | 51 | 76 |
| Binary | 1110101 | 11000101 | 10101011 | 101001 | 0 | 1101 | 10111 | 10100000 | 101001 | 111110 |
Color Harmonies of #75C5AB
Complementary color
Monochromatic Colors of #75C5AB
Black with #75C5AB
Text Example
Text Example
White with #75C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C5AB; }
p { color: rgb(117,197,171); }
H1.HeaderClassName
{
color: #75C5AB;
}
.AnyTagClassName
{
color: #75C5AB;
}
</style>
background-color css
<style>
a { background-color: #75C5AB; }
a { background-color: rgb(117,197,171); }
div.DivClassName
{
background-color: #75C5AB;
}
.BgClassName
{
background-color: #75C5AB;
}
</style>
border-color css
<style>
span { border-color: #75C5AB; }
span { border-color: rgb(117,197,171); }
td.TdClassName
{
border-color: #75C5AB;
}
.TagClassName
{
border-color: #75C5AB;
}
</style>