Shades of Monte Carlo #75BFB4
Tints of Monte Carlo #75BFB4
RGB
CMYK
RGB Variations
Color information
#75BFB4 (or 0x75BFB4) is known color: Monte Carlo. HEX triplet: 75, BF and B4. RGB value is (117,191,180). Sum of RGB (Red+Green+Blue) = 117+191+180=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #75BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFB4 is #8A404B. Grayscale: #A7A7A7. Windows color (decimal): -9060428 or 11845493. OLE color: 11845493.
HSL color Cylindrical-coordinate representation of color #75BFB4: hue angle of 171.08º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BFB4 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 180 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.25 |
| HSL | 171.08º | 0.37% | 0.6% | - |
| HSV(B) | 171.08º | 0.39% | 0.75% | - |
| XYZ | 34.21 | 44.34 | 49.94 | - |
| YUV | 167.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 180 | 0.39 | 0 | 0.06 | 0.25 | 171.08 | 0.37 | 0.6 |
| Hex | 75 | BF | B4 | 27 | 0 | 6 | 19 | AB | 25 | 3C |
| Octal | 165 | 277 | 264 | 47 | 0 | 6 | 31 | 253 | 45 | 74 |
| Binary | 1110101 | 10111111 | 10110100 | 100111 | 0 | 110 | 11001 | 10101011 | 100101 | 111100 |
Color Harmonies of #75BFB4
Complementary color
Monochromatic Colors of #75BFB4
Black with #75BFB4
Text Example
Text Example
White with #75BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BFB4; }
p { color: rgb(117,191,180); }
H1.HeaderClassName
{
color: #75BFB4;
}
.AnyTagClassName
{
color: #75BFB4;
}
</style>
background-color css
<style>
a { background-color: #75BFB4; }
a { background-color: rgb(117,191,180); }
div.DivClassName
{
background-color: #75BFB4;
}
.BgClassName
{
background-color: #75BFB4;
}
</style>
border-color css
<style>
span { border-color: #75BFB4; }
span { border-color: rgb(117,191,180); }
td.TdClassName
{
border-color: #75BFB4;
}
.TagClassName
{
border-color: #75BFB4;
}
</style>