Shades of Monte Carlo #73BEB6
Tints of Monte Carlo #73BEB6
RGB
CMYK
RGB Variations
Color information
#73BEB6 (or 0x73BEB6) is known color: Monte Carlo. HEX triplet: 73, BE and B6. RGB value is (115,190,182). Sum of RGB (Red+Green+Blue) = 115+190+182=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEB6 is #8C4149. Grayscale: #A6A6A6. Windows color (decimal): -9191754 or 11976307. OLE color: 11976307.
HSL color Cylindrical-coordinate representation of color #73BEB6: hue angle of 173.6º 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 #73BEB6 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 182 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.25 |
| HSL | 173.6º | 0.37% | 0.6% | - |
| HSV(B) | 173.6º | 0.39% | 0.75% | - |
| XYZ | 33.93 | 43.85 | 50.93 | - |
| YUV | 166.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 182 | 0.39 | 0 | 0.04 | 0.25 | 173.6 | 0.37 | 0.6 |
| Hex | 73 | BE | B6 | 27 | 0 | 4 | 19 | AE | 25 | 3C |
| Octal | 163 | 276 | 266 | 47 | 0 | 4 | 31 | 256 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10110110 | 100111 | 0 | 100 | 11001 | 10101110 | 100101 | 111100 |
Color Harmonies of #73BEB6
Complementary color
Monochromatic Colors of #73BEB6
Black with #73BEB6
Text Example
Text Example
White with #73BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEB6; }
p { color: rgb(115,190,182); }
H1.HeaderClassName
{
color: #73BEB6;
}
.AnyTagClassName
{
color: #73BEB6;
}
</style>
background-color css
<style>
a { background-color: #73BEB6; }
a { background-color: rgb(115,190,182); }
div.DivClassName
{
background-color: #73BEB6;
}
.BgClassName
{
background-color: #73BEB6;
}
</style>
border-color css
<style>
span { border-color: #73BEB6; }
span { border-color: rgb(115,190,182); }
td.TdClassName
{
border-color: #73BEB6;
}
.TagClassName
{
border-color: #73BEB6;
}
</style>