Shades of Monte Carlo #75C8AD
Tints of Monte Carlo #75C8AD
RGB
CMYK
RGB Variations
Color information
#75C8AD (or 0x75C8AD) is known color: Monte Carlo. HEX triplet: 75, C8 and AD. RGB value is (117,200,173). Sum of RGB (Red+Green+Blue) = 117+200+173=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #75C8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C8AD is #8A3752. Grayscale: #ACACAC. Windows color (decimal): -9058131 or 11389045. OLE color: 11389045.
HSL color Cylindrical-coordinate representation of color #75C8AD: hue angle of 160.48º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C8AD is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 173 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.22 |
| HSL | 160.48º | 0.43% | 0.62% | - |
| HSV(B) | 160.48º | 0.42% | 0.78% | - |
| XYZ | 35.53 | 48.11 | 46.95 | - |
| YUV | 172.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 173 | 0.42 | 0 | 0.14 | 0.22 | 160.48 | 0.43 | 0.62 |
| Hex | 75 | C8 | AD | 2A | 0 | E | 16 | A0 | 2B | 3E |
| Octal | 165 | 310 | 255 | 52 | 0 | 16 | 26 | 240 | 53 | 76 |
| Binary | 1110101 | 11001000 | 10101101 | 101010 | 0 | 1110 | 10110 | 10100000 | 101011 | 111110 |
Color Harmonies of #75C8AD
Complementary color
Monochromatic Colors of #75C8AD
Black with #75C8AD
Text Example
Text Example
White with #75C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C8AD; }
p { color: rgb(117,200,173); }
H1.HeaderClassName
{
color: #75C8AD;
}
.AnyTagClassName
{
color: #75C8AD;
}
</style>
background-color css
<style>
a { background-color: #75C8AD; }
a { background-color: rgb(117,200,173); }
div.DivClassName
{
background-color: #75C8AD;
}
.BgClassName
{
background-color: #75C8AD;
}
</style>
border-color css
<style>
span { border-color: #75C8AD; }
span { border-color: rgb(117,200,173); }
td.TdClassName
{
border-color: #75C8AD;
}
.TagClassName
{
border-color: #75C8AD;
}
</style>