Shades of Monte Carlo #75CEB1
Tints of Monte Carlo #75CEB1
RGB
CMYK
RGB Variations
Color information
#75CEB1 (or 0x75CEB1) is known color: Monte Carlo. HEX triplet: 75, CE and B1. RGB value is (117,206,177). Sum of RGB (Red+Green+Blue) = 117+206+177=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEB1 is #8A314E. Grayscale: #B0B0B0. Windows color (decimal): -9056591 or 11652725. OLE color: 11652725.
HSL color Cylindrical-coordinate representation of color #75CEB1: hue angle of 160.45º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEB1 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 177 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.19 |
| HSL | 160.45º | 0.48% | 0.63% | - |
| HSV(B) | 160.45º | 0.43% | 0.81% | - |
| XYZ | 37.34 | 51.1 | 49.49 | - |
| YUV | 176.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 177 | 0.43 | 0 | 0.14 | 0.19 | 160.45 | 0.48 | 0.63 |
| Hex | 75 | CE | B1 | 2B | 0 | E | 13 | A0 | 30 | 3F |
| Octal | 165 | 316 | 261 | 53 | 0 | 16 | 23 | 240 | 60 | 77 |
| Binary | 1110101 | 11001110 | 10110001 | 101011 | 0 | 1110 | 10011 | 10100000 | 110000 | 111111 |
Color Harmonies of #75CEB1
Complementary color
Monochromatic Colors of #75CEB1
Black with #75CEB1
Text Example
Text Example
White with #75CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CEB1; }
p { color: rgb(117,206,177); }
H1.HeaderClassName
{
color: #75CEB1;
}
.AnyTagClassName
{
color: #75CEB1;
}
</style>
background-color css
<style>
a { background-color: #75CEB1; }
a { background-color: rgb(117,206,177); }
div.DivClassName
{
background-color: #75CEB1;
}
.BgClassName
{
background-color: #75CEB1;
}
</style>
border-color css
<style>
span { border-color: #75CEB1; }
span { border-color: rgb(117,206,177); }
td.TdClassName
{
border-color: #75CEB1;
}
.TagClassName
{
border-color: #75CEB1;
}
</style>