Shades of Monte Carlo #73C1AE
Tints of Monte Carlo #73C1AE
RGB
CMYK
RGB Variations
Color information
#73C1AE (or 0x73C1AE) is known color: Monte Carlo. HEX triplet: 73, C1 and AE. RGB value is (115,193,174). Sum of RGB (Red+Green+Blue) = 115+193+174=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1AE is #8C3E51. Grayscale: #A7A7A7. Windows color (decimal): -9190994 or 11452787. OLE color: 11452787.
HSL color Cylindrical-coordinate representation of color #73C1AE: hue angle of 165.38º 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 #73C1AE is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 174 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.24 |
| HSL | 165.38º | 0.39% | 0.6% | - |
| HSV(B) | 165.38º | 0.4% | 0.76% | - |
| XYZ | 33.78 | 44.84 | 46.92 | - |
| YUV | 167.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 174 | 0.40 | 0 | 0.10 | 0.24 | 165.38 | 0.39 | 0.6 |
| Hex | 73 | C1 | AE | 28 | 0 | A | 18 | A5 | 27 | 3C |
| Octal | 163 | 301 | 256 | 50 | 0 | 12 | 30 | 245 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10101110 | 101000 | 0 | 1010 | 11000 | 10100101 | 100111 | 111100 |
Color Harmonies of #73C1AE
Complementary color
Monochromatic Colors of #73C1AE
Black with #73C1AE
Text Example
Text Example
White with #73C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1AE; }
p { color: rgb(115,193,174); }
H1.HeaderClassName
{
color: #73C1AE;
}
.AnyTagClassName
{
color: #73C1AE;
}
</style>
background-color css
<style>
a { background-color: #73C1AE; }
a { background-color: rgb(115,193,174); }
div.DivClassName
{
background-color: #73C1AE;
}
.BgClassName
{
background-color: #73C1AE;
}
</style>
border-color css
<style>
span { border-color: #73C1AE; }
span { border-color: rgb(115,193,174); }
td.TdClassName
{
border-color: #73C1AE;
}
.TagClassName
{
border-color: #73C1AE;
}
</style>