Shades of Monte Carlo #75C6BD
Tints of Monte Carlo #75C6BD
RGB
CMYK
RGB Variations
Color information
#75C6BD (or 0x75C6BD) is known color: Monte Carlo. HEX triplet: 75, C6 and BD. RGB value is (117,198,189). Sum of RGB (Red+Green+Blue) = 117+198+189=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #75C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C6BD is #8A3942. Grayscale: #ACACAC. Windows color (decimal): -9058627 or 12437109. OLE color: 12437109.
HSL color Cylindrical-coordinate representation of color #75C6BD: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C6BD is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 189 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.22 |
| HSL | 173.33º | 0.42% | 0.62% | - |
| HSV(B) | 173.33º | 0.41% | 0.78% | - |
| XYZ | 36.72 | 47.84 | 55.44 | - |
| YUV | 172.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 189 | 0.41 | 0 | 0.05 | 0.22 | 173.33 | 0.42 | 0.62 |
| Hex | 75 | C6 | BD | 29 | 0 | 5 | 16 | AD | 2A | 3E |
| Octal | 165 | 306 | 275 | 51 | 0 | 5 | 26 | 255 | 52 | 76 |
| Binary | 1110101 | 11000110 | 10111101 | 101001 | 0 | 101 | 10110 | 10101101 | 101010 | 111110 |
Color Harmonies of #75C6BD
Complementary color
Monochromatic Colors of #75C6BD
Black with #75C6BD
Text Example
Text Example
White with #75C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C6BD; }
p { color: rgb(117,198,189); }
H1.HeaderClassName
{
color: #75C6BD;
}
.AnyTagClassName
{
color: #75C6BD;
}
</style>
background-color css
<style>
a { background-color: #75C6BD; }
a { background-color: rgb(117,198,189); }
div.DivClassName
{
background-color: #75C6BD;
}
.BgClassName
{
background-color: #75C6BD;
}
</style>
border-color css
<style>
span { border-color: #75C6BD; }
span { border-color: rgb(117,198,189); }
td.TdClassName
{
border-color: #75C6BD;
}
.TagClassName
{
border-color: #75C6BD;
}
</style>