Shades of Monte Carlo #73C0B6
Tints of Monte Carlo #73C0B6
RGB
CMYK
RGB Variations
Color information
#73C0B6 (or 0x73C0B6) is known color: Monte Carlo. HEX triplet: 73, C0 and B6. RGB value is (115,192,182). Sum of RGB (Red+Green+Blue) = 115+192+182=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #73C0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C0B6 is #8C3F49. Grayscale: #A7A7A7. Windows color (decimal): -9191242 or 11976819. OLE color: 11976819.
HSL color Cylindrical-coordinate representation of color #73C0B6: hue angle of 172.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C0B6 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 182 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.25 |
| HSL | 172.21º | 0.38% | 0.6% | - |
| HSV(B) | 172.21º | 0.4% | 0.75% | - |
| XYZ | 34.36 | 44.72 | 51.08 | - |
| YUV | 167.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 182 | 0.40 | 0 | 0.05 | 0.25 | 172.21 | 0.38 | 0.6 |
| Hex | 73 | C0 | B6 | 28 | 0 | 5 | 19 | AC | 26 | 3C |
| Octal | 163 | 300 | 266 | 50 | 0 | 5 | 31 | 254 | 46 | 74 |
| Binary | 1110011 | 11000000 | 10110110 | 101000 | 0 | 101 | 11001 | 10101100 | 100110 | 111100 |
Color Harmonies of #73C0B6
Complementary color
Monochromatic Colors of #73C0B6
Black with #73C0B6
Text Example
Text Example
White with #73C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0B6; }
p { color: rgb(115,192,182); }
H1.HeaderClassName
{
color: #73C0B6;
}
.AnyTagClassName
{
color: #73C0B6;
}
</style>
background-color css
<style>
a { background-color: #73C0B6; }
a { background-color: rgb(115,192,182); }
div.DivClassName
{
background-color: #73C0B6;
}
.BgClassName
{
background-color: #73C0B6;
}
</style>
border-color css
<style>
span { border-color: #73C0B6; }
span { border-color: rgb(115,192,182); }
td.TdClassName
{
border-color: #73C0B6;
}
.TagClassName
{
border-color: #73C0B6;
}
</style>