Shades of Monte Carlo #75C2BB
Tints of Monte Carlo #75C2BB
RGB
CMYK
RGB Variations
Color information
#75C2BB (or 0x75C2BB) is known color: Monte Carlo. HEX triplet: 75, C2 and BB. RGB value is (117,194,187). Sum of RGB (Red+Green+Blue) = 117+194+187=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C2BB is #8A3D44. Grayscale: #AAAAAA. Windows color (decimal): -9059653 or 12305013. OLE color: 12305013.
HSL color Cylindrical-coordinate representation of color #75C2BB: hue angle of 174.55º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2BB is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 187 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.24 |
| HSL | 174.55º | 0.39% | 0.61% | - |
| HSV(B) | 174.55º | 0.4% | 0.76% | - |
| XYZ | 35.6 | 45.95 | 54.01 | - |
| YUV | 170.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 187 | 0.40 | 0 | 0.04 | 0.24 | 174.55 | 0.39 | 0.61 |
| Hex | 75 | C2 | BB | 28 | 0 | 4 | 18 | AF | 27 | 3D |
| Octal | 165 | 302 | 273 | 50 | 0 | 4 | 30 | 257 | 47 | 75 |
| Binary | 1110101 | 11000010 | 10111011 | 101000 | 0 | 100 | 11000 | 10101111 | 100111 | 111101 |
Color Harmonies of #75C2BB
Complementary color
Monochromatic Colors of #75C2BB
Black with #75C2BB
Text Example
Text Example
White with #75C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2BB; }
p { color: rgb(117,194,187); }
H1.HeaderClassName
{
color: #75C2BB;
}
.AnyTagClassName
{
color: #75C2BB;
}
</style>
background-color css
<style>
a { background-color: #75C2BB; }
a { background-color: rgb(117,194,187); }
div.DivClassName
{
background-color: #75C2BB;
}
.BgClassName
{
background-color: #75C2BB;
}
</style>
border-color css
<style>
span { border-color: #75C2BB; }
span { border-color: rgb(117,194,187); }
td.TdClassName
{
border-color: #75C2BB;
}
.TagClassName
{
border-color: #75C2BB;
}
</style>