Shades of Monte Carlo #75C9B2
Tints of Monte Carlo #75C9B2
RGB
CMYK
RGB Variations
Color information
#75C9B2 (or 0x75C9B2) is known color: Monte Carlo. HEX triplet: 75, C9 and B2. RGB value is (117,201,178). Sum of RGB (Red+Green+Blue) = 117+201+178=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #75C9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C9B2 is #8A364D. Grayscale: #ADADAD. Windows color (decimal): -9057870 or 11716981. OLE color: 11716981.
HSL color Cylindrical-coordinate representation of color #75C9B2: hue angle of 163.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C9B2 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 178 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.21 |
| HSL | 163.57º | 0.44% | 0.62% | - |
| HSV(B) | 163.57º | 0.42% | 0.79% | - |
| XYZ | 36.26 | 48.77 | 49.62 | - |
| YUV | 173.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 178 | 0.42 | 0 | 0.11 | 0.21 | 163.57 | 0.44 | 0.62 |
| Hex | 75 | C9 | B2 | 2A | 0 | B | 15 | A4 | 2C | 3E |
| Octal | 165 | 311 | 262 | 52 | 0 | 13 | 25 | 244 | 54 | 76 |
| Binary | 1110101 | 11001001 | 10110010 | 101010 | 0 | 1011 | 10101 | 10100100 | 101100 | 111110 |
Color Harmonies of #75C9B2
Complementary color
Monochromatic Colors of #75C9B2
Black with #75C9B2
Text Example
Text Example
White with #75C9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C9B2; }
p { color: rgb(117,201,178); }
H1.HeaderClassName
{
color: #75C9B2;
}
.AnyTagClassName
{
color: #75C9B2;
}
</style>
background-color css
<style>
a { background-color: #75C9B2; }
a { background-color: rgb(117,201,178); }
div.DivClassName
{
background-color: #75C9B2;
}
.BgClassName
{
background-color: #75C9B2;
}
</style>
border-color css
<style>
span { border-color: #75C9B2; }
span { border-color: rgb(117,201,178); }
td.TdClassName
{
border-color: #75C9B2;
}
.TagClassName
{
border-color: #75C9B2;
}
</style>