Shades of Monte Carlo #75C2BF
Tints of Monte Carlo #75C2BF
RGB
CMYK
RGB Variations
Color information
#75C2BF (or 0x75C2BF) is known color: Monte Carlo. HEX triplet: 75, C2 and BF. RGB value is (117,194,191). Sum of RGB (Red+Green+Blue) = 117+194+191=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C2BF is #8A3D40. Grayscale: #AAAAAA. Windows color (decimal): -9059649 or 12567157. OLE color: 12567157.
HSL color Cylindrical-coordinate representation of color #75C2BF: hue angle of 177.66º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2BF is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 194 | 191 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.24 |
| HSL | 177.66º | 0.39% | 0.61% | - |
| HSV(B) | 177.66º | 0.4% | 0.76% | - |
| XYZ | 36.03 | 46.13 | 56.29 | - |
| YUV | 170.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 191 | 0.40 | 0 | 0.02 | 0.24 | 177.66 | 0.39 | 0.61 |
| Hex | 75 | C2 | BF | 28 | 0 | 2 | 18 | B2 | 27 | 3D |
| Octal | 165 | 302 | 277 | 50 | 0 | 2 | 30 | 262 | 47 | 75 |
| Binary | 1110101 | 11000010 | 10111111 | 101000 | 0 | 10 | 11000 | 10110010 | 100111 | 111101 |
Color Harmonies of #75C2BF
Complementary color
Monochromatic Colors of #75C2BF
Black with #75C2BF
Text Example
Text Example
White with #75C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2BF; }
p { color: rgb(117,194,191); }
H1.HeaderClassName
{
color: #75C2BF;
}
.AnyTagClassName
{
color: #75C2BF;
}
</style>
background-color css
<style>
a { background-color: #75C2BF; }
a { background-color: rgb(117,194,191); }
div.DivClassName
{
background-color: #75C2BF;
}
.BgClassName
{
background-color: #75C2BF;
}
</style>
border-color css
<style>
span { border-color: #75C2BF; }
span { border-color: rgb(117,194,191); }
td.TdClassName
{
border-color: #75C2BF;
}
.TagClassName
{
border-color: #75C2BF;
}
</style>