Shades of Monte Carlo #73BEB8
Tints of Monte Carlo #73BEB8
RGB
CMYK
RGB Variations
Color information
#73BEB8 (or 0x73BEB8) is known color: Monte Carlo. HEX triplet: 73, BE and B8. RGB value is (115,190,184). Sum of RGB (Red+Green+Blue) = 115+190+184=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #73BEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEB8 is #8C4147. Grayscale: #A6A6A6. Windows color (decimal): -9191752 or 12107379. OLE color: 12107379.
HSL color Cylindrical-coordinate representation of color #73BEB8: hue angle of 175.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 #73BEB8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 184 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.25 |
| HSL | 175.2º | 0.37% | 0.6% | - |
| HSV(B) | 175.2º | 0.39% | 0.75% | - |
| XYZ | 34.14 | 43.93 | 52.03 | - |
| YUV | 166.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 184 | 0.39 | 0 | 0.03 | 0.25 | 175.2 | 0.37 | 0.6 |
| Hex | 73 | BE | B8 | 27 | 0 | 3 | 19 | AF | 25 | 3C |
| Octal | 163 | 276 | 270 | 47 | 0 | 3 | 31 | 257 | 45 | 74 |
| Binary | 1110011 | 10111110 | 10111000 | 100111 | 0 | 11 | 11001 | 10101111 | 100101 | 111100 |
Color Harmonies of #73BEB8
Complementary color
Monochromatic Colors of #73BEB8
Black with #73BEB8
Text Example
Text Example
White with #73BEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEB8; }
p { color: rgb(115,190,184); }
H1.HeaderClassName
{
color: #73BEB8;
}
.AnyTagClassName
{
color: #73BEB8;
}
</style>
background-color css
<style>
a { background-color: #73BEB8; }
a { background-color: rgb(115,190,184); }
div.DivClassName
{
background-color: #73BEB8;
}
.BgClassName
{
background-color: #73BEB8;
}
</style>
border-color css
<style>
span { border-color: #73BEB8; }
span { border-color: rgb(115,190,184); }
td.TdClassName
{
border-color: #73BEB8;
}
.TagClassName
{
border-color: #73BEB8;
}
</style>