Shades of Monte Carlo #73BEBD
Tints of Monte Carlo #73BEBD
RGB
CMYK
RGB Variations
Color information
#73BEBD (or 0x73BEBD) is known color: Monte Carlo. HEX triplet: 73, BE and BD. RGB value is (115,190,189). Sum of RGB (Red+Green+Blue) = 115+190+189=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEBD is #8C4142. Grayscale: #A7A7A7. Windows color (decimal): -9191747 or 12435059. OLE color: 12435059.
HSL color Cylindrical-coordinate representation of color #73BEBD: hue angle of 179.2º 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 #73BEBD is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 189 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.25 |
| HSL | 179.2º | 0.37% | 0.6% | - |
| HSV(B) | 179.2º | 0.39% | 0.75% | - |
| XYZ | 34.67 | 44.15 | 54.84 | - |
| YUV | 167.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 189 | 0.39 | 0 | 0.01 | 0.25 | 179.2 | 0.37 | 0.6 |
| Hex | 73 | BE | BD | 27 | 0 | 1 | 19 | B3 | 25 | 3C |
| Octal | 163 | 276 | 275 | 47 | 0 | 1 | 31 | 263 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10111101 | 100111 | 0 | 1 | 11001 | 10110011 | 100101 | 111100 |
Color Harmonies of #73BEBD
Complementary color
Monochromatic Colors of #73BEBD
Black with #73BEBD
Text Example
Text Example
White with #73BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEBD; }
p { color: rgb(115,190,189); }
H1.HeaderClassName
{
color: #73BEBD;
}
.AnyTagClassName
{
color: #73BEBD;
}
</style>
background-color css
<style>
a { background-color: #73BEBD; }
a { background-color: rgb(115,190,189); }
div.DivClassName
{
background-color: #73BEBD;
}
.BgClassName
{
background-color: #73BEBD;
}
</style>
border-color css
<style>
span { border-color: #73BEBD; }
span { border-color: rgb(115,190,189); }
td.TdClassName
{
border-color: #73BEBD;
}
.TagClassName
{
border-color: #73BEBD;
}
</style>