Shades of Monte Carlo #75C4BB
Tints of Monte Carlo #75C4BB
RGB
CMYK
RGB Variations
Color information
#75C4BB (or 0x75C4BB) is known color: Monte Carlo. HEX triplet: 75, C4 and BB. RGB value is (117,196,187). Sum of RGB (Red+Green+Blue) = 117+196+187=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #75C4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C4BB is #8A3B44. Grayscale: #ABABAB. Windows color (decimal): -9059141 or 12305525. OLE color: 12305525.
HSL color Cylindrical-coordinate representation of color #75C4BB: hue angle of 173.16º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C4BB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 187 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.23 |
| HSL | 173.16º | 0.4% | 0.61% | - |
| HSV(B) | 173.16º | 0.4% | 0.77% | - |
| XYZ | 36.05 | 46.85 | 54.16 | - |
| YUV | 171.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 187 | 0.40 | 0 | 0.05 | 0.23 | 173.16 | 0.4 | 0.61 |
| Hex | 75 | C4 | BB | 28 | 0 | 5 | 17 | AD | 28 | 3D |
| Octal | 165 | 304 | 273 | 50 | 0 | 5 | 27 | 255 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10111011 | 101000 | 0 | 101 | 10111 | 10101101 | 101000 | 111101 |
Color Harmonies of #75C4BB
Complementary color
Monochromatic Colors of #75C4BB
Black with #75C4BB
Text Example
Text Example
White with #75C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C4BB; }
p { color: rgb(117,196,187); }
H1.HeaderClassName
{
color: #75C4BB;
}
.AnyTagClassName
{
color: #75C4BB;
}
</style>
background-color css
<style>
a { background-color: #75C4BB; }
a { background-color: rgb(117,196,187); }
div.DivClassName
{
background-color: #75C4BB;
}
.BgClassName
{
background-color: #75C4BB;
}
</style>
border-color css
<style>
span { border-color: #75C4BB; }
span { border-color: rgb(117,196,187); }
td.TdClassName
{
border-color: #75C4BB;
}
.TagClassName
{
border-color: #75C4BB;
}
</style>