Shades of Monte Carlo #73C1A7
Tints of Monte Carlo #73C1A7
RGB
CMYK
RGB Variations
Color information
#73C1A7 (or 0x73C1A7) is known color: Monte Carlo. HEX triplet: 73, C1 and A7. RGB value is (115,193,167). Sum of RGB (Red+Green+Blue) = 115+193+167=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1A7 is #8C3E58. Grayscale: #A6A6A6. Windows color (decimal): -9191001 or 10994035. OLE color: 10994035.
HSL color Cylindrical-coordinate representation of color #73C1A7: hue angle of 160º 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 #73C1A7 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 167 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.24 |
| HSL | 160º | 0.39% | 0.6% | - |
| HSV(B) | 160º | 0.4% | 0.76% | - |
| XYZ | 33.12 | 44.57 | 43.42 | - |
| YUV | 166.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 167 | 0.40 | 0 | 0.13 | 0.24 | 160 | 0.39 | 0.6 |
| Hex | 73 | C1 | A7 | 28 | 0 | D | 18 | A0 | 27 | 3C |
| Octal | 163 | 301 | 247 | 50 | 0 | 15 | 30 | 240 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10100111 | 101000 | 0 | 1101 | 11000 | 10100000 | 100111 | 111100 |
Color Harmonies of #73C1A7
Complementary color
Monochromatic Colors of #73C1A7
Black with #73C1A7
Text Example
Text Example
White with #73C1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1A7; }
p { color: rgb(115,193,167); }
H1.HeaderClassName
{
color: #73C1A7;
}
.AnyTagClassName
{
color: #73C1A7;
}
</style>
background-color css
<style>
a { background-color: #73C1A7; }
a { background-color: rgb(115,193,167); }
div.DivClassName
{
background-color: #73C1A7;
}
.BgClassName
{
background-color: #73C1A7;
}
</style>
border-color css
<style>
span { border-color: #73C1A7; }
span { border-color: rgb(115,193,167); }
td.TdClassName
{
border-color: #73C1A7;
}
.TagClassName
{
border-color: #73C1A7;
}
</style>