Shades of Monte Carlo #73C1AB
Tints of Monte Carlo #73C1AB
RGB
CMYK
RGB Variations
Color information
#73C1AB (or 0x73C1AB) is known color: Monte Carlo. HEX triplet: 73, C1 and AB. RGB value is (115,193,171). Sum of RGB (Red+Green+Blue) = 115+193+171=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #73C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C1AB is #8C3E54. Grayscale: #A7A7A7. Windows color (decimal): -9190997 or 11256179. OLE color: 11256179.
HSL color Cylindrical-coordinate representation of color #73C1AB: hue angle of 163.08º 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 #73C1AB is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 171 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.24 |
| HSL | 163.08º | 0.39% | 0.6% | - |
| HSV(B) | 163.08º | 0.4% | 0.76% | - |
| XYZ | 33.49 | 44.73 | 45.4 | - |
| YUV | 167.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 171 | 0.40 | 0 | 0.11 | 0.24 | 163.08 | 0.39 | 0.6 |
| Hex | 73 | C1 | AB | 28 | 0 | B | 18 | A3 | 27 | 3C |
| Octal | 163 | 301 | 253 | 50 | 0 | 13 | 30 | 243 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10101011 | 101000 | 0 | 1011 | 11000 | 10100011 | 100111 | 111100 |
Color Harmonies of #73C1AB
Complementary color
Monochromatic Colors of #73C1AB
Black with #73C1AB
Text Example
Text Example
White with #73C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1AB; }
p { color: rgb(115,193,171); }
H1.HeaderClassName
{
color: #73C1AB;
}
.AnyTagClassName
{
color: #73C1AB;
}
</style>
background-color css
<style>
a { background-color: #73C1AB; }
a { background-color: rgb(115,193,171); }
div.DivClassName
{
background-color: #73C1AB;
}
.BgClassName
{
background-color: #73C1AB;
}
</style>
border-color css
<style>
span { border-color: #73C1AB; }
span { border-color: rgb(115,193,171); }
td.TdClassName
{
border-color: #73C1AB;
}
.TagClassName
{
border-color: #73C1AB;
}
</style>