Shades of Monte Carlo #75C5AC
Tints of Monte Carlo #75C5AC
RGB
CMYK
RGB Variations
Color information
#75C5AC (or 0x75C5AC) is known color: Monte Carlo. HEX triplet: 75, C5 and AC. RGB value is (117,197,172). Sum of RGB (Red+Green+Blue) = 117+197+172=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #75C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C5AC is #8A3A53. Grayscale: #AAAAAA. Windows color (decimal): -9058900 or 11322741. OLE color: 11322741.
HSL color Cylindrical-coordinate representation of color #75C5AC: hue angle of 161.25º 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 #75C5AC is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 172 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.23 |
| HSL | 161.25º | 0.41% | 0.62% | - |
| HSV(B) | 161.25º | 0.41% | 0.77% | - |
| XYZ | 34.75 | 46.69 | 46.21 | - |
| YUV | 170.23 | 129 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 172 | 0.41 | 0 | 0.13 | 0.23 | 161.25 | 0.41 | 0.62 |
| Hex | 75 | C5 | AC | 29 | 0 | D | 17 | A1 | 29 | 3E |
| Octal | 165 | 305 | 254 | 51 | 0 | 15 | 27 | 241 | 51 | 76 |
| Binary | 1110101 | 11000101 | 10101100 | 101001 | 0 | 1101 | 10111 | 10100001 | 101001 | 111110 |
Color Harmonies of #75C5AC
Complementary color
Monochromatic Colors of #75C5AC
Black with #75C5AC
Text Example
Text Example
White with #75C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C5AC; }
p { color: rgb(117,197,172); }
H1.HeaderClassName
{
color: #75C5AC;
}
.AnyTagClassName
{
color: #75C5AC;
}
</style>
background-color css
<style>
a { background-color: #75C5AC; }
a { background-color: rgb(117,197,172); }
div.DivClassName
{
background-color: #75C5AC;
}
.BgClassName
{
background-color: #75C5AC;
}
</style>
border-color css
<style>
span { border-color: #75C5AC; }
span { border-color: rgb(117,197,172); }
td.TdClassName
{
border-color: #75C5AC;
}
.TagClassName
{
border-color: #75C5AC;
}
</style>