Shades of Monte Carlo #75BEBB
Tints of Monte Carlo #75BEBB
RGB
CMYK
RGB Variations
Color information
#75BEBB (or 0x75BEBB) is known color: Monte Carlo. HEX triplet: 75, BE and BB. RGB value is (117,190,187). Sum of RGB (Red+Green+Blue) = 117+190+187=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEBB is #8A4144. Grayscale: #A7A7A7. Windows color (decimal): -9060677 or 12303989. OLE color: 12303989.
HSL color Cylindrical-coordinate representation of color #75BEBB: hue angle of 177.53º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BEBB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 187 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.25 |
| HSL | 177.53º | 0.36% | 0.6% | - |
| HSV(B) | 177.53º | 0.38% | 0.75% | - |
| XYZ | 34.72 | 44.2 | 53.71 | - |
| YUV | 167.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 187 | 0.38 | 0 | 0.02 | 0.25 | 177.53 | 0.36 | 0.6 |
| Hex | 75 | BE | BB | 26 | 0 | 2 | 19 | B2 | 24 | 3C |
| Octal | 165 | 276 | 273 | 46 | 0 | 2 | 31 | 262 | 44 | 74 |
| Binary | 1110101 | 10111110 | 10111011 | 100110 | 0 | 10 | 11001 | 10110010 | 100100 | 111100 |
Color Harmonies of #75BEBB
Complementary color
Monochromatic Colors of #75BEBB
Black with #75BEBB
Text Example
Text Example
White with #75BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BEBB; }
p { color: rgb(117,190,187); }
H1.HeaderClassName
{
color: #75BEBB;
}
.AnyTagClassName
{
color: #75BEBB;
}
</style>
background-color css
<style>
a { background-color: #75BEBB; }
a { background-color: rgb(117,190,187); }
div.DivClassName
{
background-color: #75BEBB;
}
.BgClassName
{
background-color: #75BEBB;
}
</style>
border-color css
<style>
span { border-color: #75BEBB; }
span { border-color: rgb(117,190,187); }
td.TdClassName
{
border-color: #75BEBB;
}
.TagClassName
{
border-color: #75BEBB;
}
</style>