Shades of Monte Carlo #75C2AA
Tints of Monte Carlo #75C2AA
RGB
CMYK
RGB Variations
Color information
#75C2AA (or 0x75C2AA) is known color: Monte Carlo. HEX triplet: 75, C2 and AA. RGB value is (117,194,170). Sum of RGB (Red+Green+Blue) = 117+194+170=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2AA is #8A3D55. Grayscale: #A8A8A8. Windows color (decimal): -9059670 or 11190901. OLE color: 11190901.
HSL color Cylindrical-coordinate representation of color #75C2AA: hue angle of 161.3º 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 #75C2AA is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 170 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.24 |
| HSL | 161.3º | 0.39% | 0.61% | - |
| HSV(B) | 161.3º | 0.4% | 0.76% | - |
| XYZ | 33.88 | 45.27 | 44.98 | - |
| YUV | 168.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 170 | 0.40 | 0 | 0.12 | 0.24 | 161.3 | 0.39 | 0.61 |
| Hex | 75 | C2 | AA | 28 | 0 | C | 18 | A1 | 27 | 3D |
| Octal | 165 | 302 | 252 | 50 | 0 | 14 | 30 | 241 | 47 | 75 |
| Binary | 1110101 | 11000010 | 10101010 | 101000 | 0 | 1100 | 11000 | 10100001 | 100111 | 111101 |
Color Harmonies of #75C2AA
Complementary color
Monochromatic Colors of #75C2AA
Black with #75C2AA
Text Example
Text Example
White with #75C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2AA; }
p { color: rgb(117,194,170); }
H1.HeaderClassName
{
color: #75C2AA;
}
.AnyTagClassName
{
color: #75C2AA;
}
</style>
background-color css
<style>
a { background-color: #75C2AA; }
a { background-color: rgb(117,194,170); }
div.DivClassName
{
background-color: #75C2AA;
}
.BgClassName
{
background-color: #75C2AA;
}
</style>
border-color css
<style>
span { border-color: #75C2AA; }
span { border-color: rgb(117,194,170); }
td.TdClassName
{
border-color: #75C2AA;
}
.TagClassName
{
border-color: #75C2AA;
}
</style>