Shades of Monte Carlo #75C7B8
Tints of Monte Carlo #75C7B8
RGB
CMYK
RGB Variations
Color information
#75C7B8 (or 0x75C7B8) is known color: Monte Carlo. HEX triplet: 75, C7 and B8. RGB value is (117,199,184). Sum of RGB (Red+Green+Blue) = 117+199+184=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #75C7B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7B8 is #8A3847. Grayscale: #ACACAC. Windows color (decimal): -9058376 or 12109685. OLE color: 12109685.
HSL color Cylindrical-coordinate representation of color #75C7B8: hue angle of 169.02º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C7B8 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 199 | 184 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.22 |
| HSL | 169.02º | 0.42% | 0.62% | - |
| HSV(B) | 169.02º | 0.41% | 0.78% | - |
| XYZ | 36.41 | 48.09 | 52.71 | - |
| YUV | 172.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 199 | 184 | 0.41 | 0 | 0.08 | 0.22 | 169.02 | 0.42 | 0.62 |
| Hex | 75 | C7 | B8 | 29 | 0 | 8 | 16 | A9 | 2A | 3E |
| Octal | 165 | 307 | 270 | 51 | 0 | 10 | 26 | 251 | 52 | 76 |
| Binary | 1110101 | 11000111 | 10111000 | 101001 | 0 | 1000 | 10110 | 10101001 | 101010 | 111110 |
Color Harmonies of #75C7B8
Complementary color
Monochromatic Colors of #75C7B8
Black with #75C7B8
Text Example
Text Example
White with #75C7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C7B8; }
p { color: rgb(117,199,184); }
H1.HeaderClassName
{
color: #75C7B8;
}
.AnyTagClassName
{
color: #75C7B8;
}
</style>
background-color css
<style>
a { background-color: #75C7B8; }
a { background-color: rgb(117,199,184); }
div.DivClassName
{
background-color: #75C7B8;
}
.BgClassName
{
background-color: #75C7B8;
}
</style>
border-color css
<style>
span { border-color: #75C7B8; }
span { border-color: rgb(117,199,184); }
td.TdClassName
{
border-color: #75C7B8;
}
.TagClassName
{
border-color: #75C7B8;
}
</style>