Shades of Monte Carlo #75CCB7
Tints of Monte Carlo #75CCB7
RGB
CMYK
RGB Variations
Color information
#75CCB7 (or 0x75CCB7) is known color: Monte Carlo. HEX triplet: 75, CC and B7. RGB value is (117,204,183). Sum of RGB (Red+Green+Blue) = 117+204+183=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCB7 is #8A3348. Grayscale: #AFAFAF. Windows color (decimal): -9057097 or 12045429. OLE color: 12045429.
HSL color Cylindrical-coordinate representation of color #75CCB7: hue angle of 165.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CCB7 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 204 | 183 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.2 |
| HSL | 165.52º | 0.46% | 0.63% | - |
| HSV(B) | 165.52º | 0.43% | 0.8% | - |
| XYZ | 37.48 | 50.39 | 52.55 | - |
| YUV | 175.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 183 | 0.43 | 0 | 0.10 | 0.2 | 165.52 | 0.46 | 0.63 |
| Hex | 75 | CC | B7 | 2B | 0 | A | 14 | A6 | 2E | 3F |
| Octal | 165 | 314 | 267 | 53 | 0 | 12 | 24 | 246 | 56 | 77 |
| Binary | 1110101 | 11001100 | 10110111 | 101011 | 0 | 1010 | 10100 | 10100110 | 101110 | 111111 |
Color Harmonies of #75CCB7
Complementary color
Monochromatic Colors of #75CCB7
Black with #75CCB7
Text Example
Text Example
White with #75CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCB7; }
p { color: rgb(117,204,183); }
H1.HeaderClassName
{
color: #75CCB7;
}
.AnyTagClassName
{
color: #75CCB7;
}
</style>
background-color css
<style>
a { background-color: #75CCB7; }
a { background-color: rgb(117,204,183); }
div.DivClassName
{
background-color: #75CCB7;
}
.BgClassName
{
background-color: #75CCB7;
}
</style>
border-color css
<style>
span { border-color: #75CCB7; }
span { border-color: rgb(117,204,183); }
td.TdClassName
{
border-color: #75CCB7;
}
.TagClassName
{
border-color: #75CCB7;
}
</style>