Shades of Monte Carlo #75C2AF
Tints of Monte Carlo #75C2AF
RGB
CMYK
RGB Variations
Color information
#75C2AF (or 0x75C2AF) is known color: Monte Carlo. HEX triplet: 75, C2 and AF. RGB value is (117,194,175). Sum of RGB (Red+Green+Blue) = 117+194+175=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2AF is #8A3D50. Grayscale: #A8A8A8. Windows color (decimal): -9059665 or 11518581. OLE color: 11518581.
HSL color Cylindrical-coordinate representation of color #75C2AF: hue angle of 165.19º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2AF is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 175 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.24 |
| HSL | 165.19º | 0.39% | 0.61% | - |
| HSV(B) | 165.19º | 0.4% | 0.76% | - |
| XYZ | 34.37 | 45.46 | 47.52 | - |
| YUV | 168.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 175 | 0.40 | 0 | 0.10 | 0.24 | 165.19 | 0.39 | 0.61 |
| Hex | 75 | C2 | AF | 28 | 0 | A | 18 | A5 | 27 | 3D |
| Octal | 165 | 302 | 257 | 50 | 0 | 12 | 30 | 245 | 47 | 75 |
| Binary | 1110101 | 11000010 | 10101111 | 101000 | 0 | 1010 | 11000 | 10100101 | 100111 | 111101 |
Color Harmonies of #75C2AF
Complementary color
Monochromatic Colors of #75C2AF
Black with #75C2AF
Text Example
Text Example
White with #75C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2AF; }
p { color: rgb(117,194,175); }
H1.HeaderClassName
{
color: #75C2AF;
}
.AnyTagClassName
{
color: #75C2AF;
}
</style>
background-color css
<style>
a { background-color: #75C2AF; }
a { background-color: rgb(117,194,175); }
div.DivClassName
{
background-color: #75C2AF;
}
.BgClassName
{
background-color: #75C2AF;
}
</style>
border-color css
<style>
span { border-color: #75C2AF; }
span { border-color: rgb(117,194,175); }
td.TdClassName
{
border-color: #75C2AF;
}
.TagClassName
{
border-color: #75C2AF;
}
</style>