Shades of Monte Carlo #75BCB4
Tints of Monte Carlo #75BCB4
RGB
CMYK
RGB Variations
Color information
#75BCB4 (or 0x75BCB4) is known color: Monte Carlo. HEX triplet: 75, BC and B4. RGB value is (117,188,180). Sum of RGB (Red+Green+Blue) = 117+188+180=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #75BCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCB4 is #8A434B. Grayscale: #A5A5A5. Windows color (decimal): -9061196 or 11844725. OLE color: 11844725.
HSL color Cylindrical-coordinate representation of color #75BCB4: hue angle of 173.24º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BCB4 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 180 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.26 |
| HSL | 173.24º | 0.35% | 0.6% | - |
| HSV(B) | 173.24º | 0.38% | 0.74% | - |
| XYZ | 33.56 | 43.04 | 49.72 | - |
| YUV | 165.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 180 | 0.38 | 0 | 0.04 | 0.26 | 173.24 | 0.35 | 0.6 |
| Hex | 75 | BC | B4 | 26 | 0 | 4 | 1A | AD | 23 | 3C |
| Octal | 165 | 274 | 264 | 46 | 0 | 4 | 32 | 255 | 43 | 74 |
| Binary | 1110101 | 10111100 | 10110100 | 100110 | 0 | 100 | 11010 | 10101101 | 100011 | 111100 |
Color Harmonies of #75BCB4
Complementary color
Monochromatic Colors of #75BCB4
Black with #75BCB4
Text Example
Text Example
White with #75BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BCB4; }
p { color: rgb(117,188,180); }
H1.HeaderClassName
{
color: #75BCB4;
}
.AnyTagClassName
{
color: #75BCB4;
}
</style>
background-color css
<style>
a { background-color: #75BCB4; }
a { background-color: rgb(117,188,180); }
div.DivClassName
{
background-color: #75BCB4;
}
.BgClassName
{
background-color: #75BCB4;
}
</style>
border-color css
<style>
span { border-color: #75BCB4; }
span { border-color: rgb(117,188,180); }
td.TdClassName
{
border-color: #75BCB4;
}
.TagClassName
{
border-color: #75BCB4;
}
</style>