Shades of Monte Carlo #73C0B9
Tints of Monte Carlo #73C0B9
RGB
CMYK
RGB Variations
Color information
#73C0B9 (or 0x73C0B9) is known color: Monte Carlo. HEX triplet: 73, C0 and B9. RGB value is (115,192,185). Sum of RGB (Red+Green+Blue) = 115+192+185=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C0B9 is #8C3F46. Grayscale: #A8A8A8. Windows color (decimal): -9191239 or 12173427. OLE color: 12173427.
HSL color Cylindrical-coordinate representation of color #73C0B9: hue angle of 174.55º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C0B9 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 185 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.25 |
| HSL | 174.55º | 0.38% | 0.6% | - |
| HSV(B) | 174.55º | 0.4% | 0.75% | - |
| XYZ | 34.68 | 44.85 | 52.73 | - |
| YUV | 168.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 185 | 0.40 | 0 | 0.04 | 0.25 | 174.55 | 0.38 | 0.6 |
| Hex | 73 | C0 | B9 | 28 | 0 | 4 | 19 | AF | 26 | 3C |
| Octal | 163 | 300 | 271 | 50 | 0 | 4 | 31 | 257 | 46 | 74 |
| Binary | 1110011 | 11000000 | 10111001 | 101000 | 0 | 100 | 11001 | 10101111 | 100110 | 111100 |
Color Harmonies of #73C0B9
Complementary color
Monochromatic Colors of #73C0B9
Black with #73C0B9
Text Example
Text Example
White with #73C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0B9; }
p { color: rgb(115,192,185); }
H1.HeaderClassName
{
color: #73C0B9;
}
.AnyTagClassName
{
color: #73C0B9;
}
</style>
background-color css
<style>
a { background-color: #73C0B9; }
a { background-color: rgb(115,192,185); }
div.DivClassName
{
background-color: #73C0B9;
}
.BgClassName
{
background-color: #73C0B9;
}
</style>
border-color css
<style>
span { border-color: #73C0B9; }
span { border-color: rgb(115,192,185); }
td.TdClassName
{
border-color: #73C0B9;
}
.TagClassName
{
border-color: #73C0B9;
}
</style>