Shades of Monte Carlo #75CEB0
Tints of Monte Carlo #75CEB0
RGB
CMYK
RGB Variations
Color information
#75CEB0 (or 0x75CEB0) is known color: Monte Carlo. HEX triplet: 75, CE and B0. RGB value is (117,206,176). Sum of RGB (Red+Green+Blue) = 117+206+176=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CEB0 is #8A314F. Grayscale: #B0B0B0. Windows color (decimal): -9056592 or 11587189. OLE color: 11587189.
HSL color Cylindrical-coordinate representation of color #75CEB0: hue angle of 159.78º 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 #75CEB0 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 176 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.19 |
| HSL | 159.78º | 0.48% | 0.63% | - |
| HSV(B) | 159.78º | 0.43% | 0.81% | - |
| XYZ | 37.24 | 51.06 | 48.97 | - |
| YUV | 175.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 176 | 0.43 | 0 | 0.15 | 0.19 | 159.78 | 0.48 | 0.63 |
| Hex | 75 | CE | B0 | 2B | 0 | F | 13 | A0 | 30 | 3F |
| Octal | 165 | 316 | 260 | 53 | 0 | 17 | 23 | 240 | 60 | 77 |
| Binary | 1110101 | 11001110 | 10110000 | 101011 | 0 | 1111 | 10011 | 10100000 | 110000 | 111111 |
Color Harmonies of #75CEB0
Complementary color
Monochromatic Colors of #75CEB0
Black with #75CEB0
Text Example
Text Example
White with #75CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CEB0; }
p { color: rgb(117,206,176); }
H1.HeaderClassName
{
color: #75CEB0;
}
.AnyTagClassName
{
color: #75CEB0;
}
</style>
background-color css
<style>
a { background-color: #75CEB0; }
a { background-color: rgb(117,206,176); }
div.DivClassName
{
background-color: #75CEB0;
}
.BgClassName
{
background-color: #75CEB0;
}
</style>
border-color css
<style>
span { border-color: #75CEB0; }
span { border-color: rgb(117,206,176); }
td.TdClassName
{
border-color: #75CEB0;
}
.TagClassName
{
border-color: #75CEB0;
}
</style>