Shades of Monte Carlo #75BEA6
Tints of Monte Carlo #75BEA6
RGB
CMYK
RGB Variations
Color information
#75BEA6 (or 0x75BEA6) is known color: Monte Carlo. HEX triplet: 75, BE and A6. RGB value is (117,190,166). Sum of RGB (Red+Green+Blue) = 117+190+166=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #75BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BEA6 is #8A4159. Grayscale: #A5A5A5. Windows color (decimal): -9060698 or 10927733. OLE color: 10927733.
HSL color Cylindrical-coordinate representation of color #75BEA6: hue angle of 160.27º 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 #75BEA6 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 166 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.25 |
| HSL | 160.27º | 0.36% | 0.6% | - |
| HSV(B) | 160.27º | 0.38% | 0.75% | - |
| XYZ | 32.63 | 43.36 | 42.73 | - |
| YUV | 165.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 166 | 0.38 | 0 | 0.13 | 0.25 | 160.27 | 0.36 | 0.6 |
| Hex | 75 | BE | A6 | 26 | 0 | D | 19 | A0 | 24 | 3C |
| Octal | 165 | 276 | 246 | 46 | 0 | 15 | 31 | 240 | 44 | 74 |
| Binary | 1110101 | 10111110 | 10100110 | 100110 | 0 | 1101 | 11001 | 10100000 | 100100 | 111100 |
Color Harmonies of #75BEA6
Complementary color
Monochromatic Colors of #75BEA6
Black with #75BEA6
Text Example
Text Example
White with #75BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BEA6; }
p { color: rgb(117,190,166); }
H1.HeaderClassName
{
color: #75BEA6;
}
.AnyTagClassName
{
color: #75BEA6;
}
</style>
background-color css
<style>
a { background-color: #75BEA6; }
a { background-color: rgb(117,190,166); }
div.DivClassName
{
background-color: #75BEA6;
}
.BgClassName
{
background-color: #75BEA6;
}
</style>
border-color css
<style>
span { border-color: #75BEA6; }
span { border-color: rgb(117,190,166); }
td.TdClassName
{
border-color: #75BEA6;
}
.TagClassName
{
border-color: #75BEA6;
}
</style>