Shades of Monte Carlo #75C2AC
Tints of Monte Carlo #75C2AC
RGB
CMYK
RGB Variations
Color information
#75C2AC (or 0x75C2AC) is known color: Monte Carlo. HEX triplet: 75, C2 and AC. RGB value is (117,194,172). Sum of RGB (Red+Green+Blue) = 117+194+172=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2AC is #8A3D53. Grayscale: #A8A8A8. Windows color (decimal): -9059668 or 11321973. OLE color: 11321973.
HSL color Cylindrical-coordinate representation of color #75C2AC: hue angle of 162.86º 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 #75C2AC is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 172 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.24 |
| HSL | 162.86º | 0.39% | 0.61% | - |
| HSV(B) | 162.86º | 0.4% | 0.76% | - |
| XYZ | 34.07 | 45.34 | 45.99 | - |
| YUV | 168.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 172 | 0.40 | 0 | 0.11 | 0.24 | 162.86 | 0.39 | 0.61 |
| Hex | 75 | C2 | AC | 28 | 0 | B | 18 | A3 | 27 | 3D |
| Octal | 165 | 302 | 254 | 50 | 0 | 13 | 30 | 243 | 47 | 75 |
| Binary | 1110101 | 11000010 | 10101100 | 101000 | 0 | 1011 | 11000 | 10100011 | 100111 | 111101 |
Color Harmonies of #75C2AC
Complementary color
Monochromatic Colors of #75C2AC
Black with #75C2AC
Text Example
Text Example
White with #75C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2AC; }
p { color: rgb(117,194,172); }
H1.HeaderClassName
{
color: #75C2AC;
}
.AnyTagClassName
{
color: #75C2AC;
}
</style>
background-color css
<style>
a { background-color: #75C2AC; }
a { background-color: rgb(117,194,172); }
div.DivClassName
{
background-color: #75C2AC;
}
.BgClassName
{
background-color: #75C2AC;
}
</style>
border-color css
<style>
span { border-color: #75C2AC; }
span { border-color: rgb(117,194,172); }
td.TdClassName
{
border-color: #75C2AC;
}
.TagClassName
{
border-color: #75C2AC;
}
</style>