Shades of Monte Carlo #75C5AF
Tints of Monte Carlo #75C5AF
RGB
CMYK
RGB Variations
Color information
#75C5AF (or 0x75C5AF) is known color: Monte Carlo. HEX triplet: 75, C5 and AF. RGB value is (117,197,175). Sum of RGB (Red+Green+Blue) = 117+197+175=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #75C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C5AF is #8A3A50. Grayscale: #AAAAAA. Windows color (decimal): -9058897 or 11519349. OLE color: 11519349.
HSL color Cylindrical-coordinate representation of color #75C5AF: hue angle of 163.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 #75C5AF is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 175 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.23 |
| HSL | 163.5º | 0.41% | 0.62% | - |
| HSV(B) | 163.5º | 0.41% | 0.77% | - |
| XYZ | 35.04 | 46.81 | 47.75 | - |
| YUV | 170.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 175 | 0.41 | 0 | 0.11 | 0.23 | 163.5 | 0.41 | 0.62 |
| Hex | 75 | C5 | AF | 29 | 0 | B | 17 | A4 | 29 | 3E |
| Octal | 165 | 305 | 257 | 51 | 0 | 13 | 27 | 244 | 51 | 76 |
| Binary | 1110101 | 11000101 | 10101111 | 101001 | 0 | 1011 | 10111 | 10100100 | 101001 | 111110 |
Color Harmonies of #75C5AF
Complementary color
Monochromatic Colors of #75C5AF
Black with #75C5AF
Text Example
Text Example
White with #75C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C5AF; }
p { color: rgb(117,197,175); }
H1.HeaderClassName
{
color: #75C5AF;
}
.AnyTagClassName
{
color: #75C5AF;
}
</style>
background-color css
<style>
a { background-color: #75C5AF; }
a { background-color: rgb(117,197,175); }
div.DivClassName
{
background-color: #75C5AF;
}
.BgClassName
{
background-color: #75C5AF;
}
</style>
border-color css
<style>
span { border-color: #75C5AF; }
span { border-color: rgb(117,197,175); }
td.TdClassName
{
border-color: #75C5AF;
}
.TagClassName
{
border-color: #75C5AF;
}
</style>