Shades of Monte Carlo #73BEAD
Tints of Monte Carlo #73BEAD
RGB
CMYK
RGB Variations
Color information
#73BEAD (or 0x73BEAD) is known color: Monte Carlo. HEX triplet: 73, BE and AD. RGB value is (115,190,173). Sum of RGB (Red+Green+Blue) = 115+190+173=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BEAD is #8C4152. Grayscale: #A5A5A5. Windows color (decimal): -9191763 or 11386483. OLE color: 11386483.
HSL color Cylindrical-coordinate representation of color #73BEAD: hue angle of 166.4º 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 #73BEAD is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 173 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.25 |
| HSL | 166.4º | 0.37% | 0.6% | - |
| HSV(B) | 166.4º | 0.39% | 0.75% | - |
| XYZ | 33.03 | 43.49 | 46.19 | - |
| YUV | 165.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 173 | 0.39 | 0 | 0.09 | 0.25 | 166.4 | 0.37 | 0.6 |
| Hex | 73 | BE | AD | 27 | 0 | 9 | 19 | A6 | 25 | 3C |
| Octal | 163 | 276 | 255 | 47 | 0 | 11 | 31 | 246 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10101101 | 100111 | 0 | 1001 | 11001 | 10100110 | 100101 | 111100 |
Color Harmonies of #73BEAD
Complementary color
Monochromatic Colors of #73BEAD
Black with #73BEAD
Text Example
Text Example
White with #73BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEAD; }
p { color: rgb(115,190,173); }
H1.HeaderClassName
{
color: #73BEAD;
}
.AnyTagClassName
{
color: #73BEAD;
}
</style>
background-color css
<style>
a { background-color: #73BEAD; }
a { background-color: rgb(115,190,173); }
div.DivClassName
{
background-color: #73BEAD;
}
.BgClassName
{
background-color: #73BEAD;
}
</style>
border-color css
<style>
span { border-color: #73BEAD; }
span { border-color: rgb(115,190,173); }
td.TdClassName
{
border-color: #73BEAD;
}
.TagClassName
{
border-color: #73BEAD;
}
</style>