Shades of Monte Carlo #73C1BA
Tints of Monte Carlo #73C1BA
RGB
CMYK
RGB Variations
Color information
#73C1BA (or 0x73C1BA) is known color: Monte Carlo. HEX triplet: 73, C1 and BA. RGB value is (115,193,186). Sum of RGB (Red+Green+Blue) = 115+193+186=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C1BA is #8C3E45. Grayscale: #A8A8A8. Windows color (decimal): -9190982 or 12239219. OLE color: 12239219.
HSL color Cylindrical-coordinate representation of color #73C1BA: hue angle of 174.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C1BA is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 186 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.24 |
| HSL | 174.62º | 0.39% | 0.6% | - |
| HSV(B) | 174.62º | 0.4% | 0.76% | - |
| XYZ | 35 | 45.33 | 53.36 | - |
| YUV | 168.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 186 | 0.40 | 0 | 0.04 | 0.24 | 174.62 | 0.39 | 0.6 |
| Hex | 73 | C1 | BA | 28 | 0 | 4 | 18 | AF | 27 | 3C |
| Octal | 163 | 301 | 272 | 50 | 0 | 4 | 30 | 257 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10111010 | 101000 | 0 | 100 | 11000 | 10101111 | 100111 | 111100 |
Color Harmonies of #73C1BA
Complementary color
Monochromatic Colors of #73C1BA
Black with #73C1BA
Text Example
Text Example
White with #73C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1BA; }
p { color: rgb(115,193,186); }
H1.HeaderClassName
{
color: #73C1BA;
}
.AnyTagClassName
{
color: #73C1BA;
}
</style>
background-color css
<style>
a { background-color: #73C1BA; }
a { background-color: rgb(115,193,186); }
div.DivClassName
{
background-color: #73C1BA;
}
.BgClassName
{
background-color: #73C1BA;
}
</style>
border-color css
<style>
span { border-color: #73C1BA; }
span { border-color: rgb(115,193,186); }
td.TdClassName
{
border-color: #73C1BA;
}
.TagClassName
{
border-color: #73C1BA;
}
</style>