Shades of Monte Carlo #73C1AD
Tints of Monte Carlo #73C1AD
RGB
CMYK
RGB Variations
Color information
#73C1AD (or 0x73C1AD) is known color: Monte Carlo. HEX triplet: 73, C1 and AD. RGB value is (115,193,173). Sum of RGB (Red+Green+Blue) = 115+193+173=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1AD is #8C3E52. Grayscale: #A7A7A7. Windows color (decimal): -9190995 or 11387251. OLE color: 11387251.
HSL color Cylindrical-coordinate representation of color #73C1AD: hue angle of 164.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 #73C1AD is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 173 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.24 |
| HSL | 164.62º | 0.39% | 0.6% | - |
| HSV(B) | 164.62º | 0.4% | 0.76% | - |
| XYZ | 33.68 | 44.8 | 46.41 | - |
| YUV | 167.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 173 | 0.40 | 0 | 0.10 | 0.24 | 164.62 | 0.39 | 0.6 |
| Hex | 73 | C1 | AD | 28 | 0 | A | 18 | A5 | 27 | 3C |
| Octal | 163 | 301 | 255 | 50 | 0 | 12 | 30 | 245 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10101101 | 101000 | 0 | 1010 | 11000 | 10100101 | 100111 | 111100 |
Color Harmonies of #73C1AD
Complementary color
Monochromatic Colors of #73C1AD
Black with #73C1AD
Text Example
Text Example
White with #73C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1AD; }
p { color: rgb(115,193,173); }
H1.HeaderClassName
{
color: #73C1AD;
}
.AnyTagClassName
{
color: #73C1AD;
}
</style>
background-color css
<style>
a { background-color: #73C1AD; }
a { background-color: rgb(115,193,173); }
div.DivClassName
{
background-color: #73C1AD;
}
.BgClassName
{
background-color: #73C1AD;
}
</style>
border-color css
<style>
span { border-color: #73C1AD; }
span { border-color: rgb(115,193,173); }
td.TdClassName
{
border-color: #73C1AD;
}
.TagClassName
{
border-color: #73C1AD;
}
</style>