Shades of Monte Carlo #75C8BC
Tints of Monte Carlo #75C8BC
RGB
CMYK
RGB Variations
Color information
#75C8BC (or 0x75C8BC) is known color: Monte Carlo. HEX triplet: 75, C8 and BC. RGB value is (117,200,188). Sum of RGB (Red+Green+Blue) = 117+200+188=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #75C8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C8BC is #8A3743. Grayscale: #ADADAD. Windows color (decimal): -9058116 or 12372085. OLE color: 12372085.
HSL color Cylindrical-coordinate representation of color #75C8BC: hue angle of 171.33º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C8BC is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 188 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.22 |
| HSL | 171.33º | 0.43% | 0.62% | - |
| HSV(B) | 171.33º | 0.42% | 0.78% | - |
| XYZ | 37.07 | 48.72 | 55.03 | - |
| YUV | 173.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 188 | 0.42 | 0 | 0.06 | 0.22 | 171.33 | 0.43 | 0.62 |
| Hex | 75 | C8 | BC | 2A | 0 | 6 | 16 | AB | 2B | 3E |
| Octal | 165 | 310 | 274 | 52 | 0 | 6 | 26 | 253 | 53 | 76 |
| Binary | 1110101 | 11001000 | 10111100 | 101010 | 0 | 110 | 10110 | 10101011 | 101011 | 111110 |
Color Harmonies of #75C8BC
Complementary color
Monochromatic Colors of #75C8BC
Black with #75C8BC
Text Example
Text Example
White with #75C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C8BC; }
p { color: rgb(117,200,188); }
H1.HeaderClassName
{
color: #75C8BC;
}
.AnyTagClassName
{
color: #75C8BC;
}
</style>
background-color css
<style>
a { background-color: #75C8BC; }
a { background-color: rgb(117,200,188); }
div.DivClassName
{
background-color: #75C8BC;
}
.BgClassName
{
background-color: #75C8BC;
}
</style>
border-color css
<style>
span { border-color: #75C8BC; }
span { border-color: rgb(117,200,188); }
td.TdClassName
{
border-color: #75C8BC;
}
.TagClassName
{
border-color: #75C8BC;
}
</style>