Shades of Monte Carlo #73BEAA
Tints of Monte Carlo #73BEAA
RGB
CMYK
RGB Variations
Color information
#73BEAA (or 0x73BEAA) is known color: Monte Carlo. HEX triplet: 73, BE and AA. RGB value is (115,190,170). Sum of RGB (Red+Green+Blue) = 115+190+170=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEAA is #8C4155. Grayscale: #A5A5A5. Windows color (decimal): -9191766 or 11189875. OLE color: 11189875.
HSL color Cylindrical-coordinate representation of color #73BEAA: hue angle of 164º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BEAA is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 170 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.25 |
| HSL | 164º | 0.37% | 0.6% | - |
| HSV(B) | 164º | 0.39% | 0.75% | - |
| XYZ | 32.74 | 43.37 | 44.68 | - |
| YUV | 165.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 170 | 0.39 | 0 | 0.11 | 0.25 | 164 | 0.37 | 0.6 |
| Hex | 73 | BE | AA | 27 | 0 | B | 19 | A4 | 25 | 3C |
| Octal | 163 | 276 | 252 | 47 | 0 | 13 | 31 | 244 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10101010 | 100111 | 0 | 1011 | 11001 | 10100100 | 100101 | 111100 |
Color Harmonies of #73BEAA
Complementary color
Monochromatic Colors of #73BEAA
Black with #73BEAA
Text Example
Text Example
White with #73BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEAA; }
p { color: rgb(115,190,170); }
H1.HeaderClassName
{
color: #73BEAA;
}
.AnyTagClassName
{
color: #73BEAA;
}
</style>
background-color css
<style>
a { background-color: #73BEAA; }
a { background-color: rgb(115,190,170); }
div.DivClassName
{
background-color: #73BEAA;
}
.BgClassName
{
background-color: #73BEAA;
}
</style>
border-color css
<style>
span { border-color: #73BEAA; }
span { border-color: rgb(115,190,170); }
td.TdClassName
{
border-color: #73BEAA;
}
.TagClassName
{
border-color: #73BEAA;
}
</style>