Shades of Monte Carlo #73C8AC
Tints of Monte Carlo #73C8AC
RGB
CMYK
RGB Variations
Color information
#73C8AC (or 0x73C8AC) is known color: Monte Carlo. HEX triplet: 73, C8 and AC. RGB value is (115,200,172). Sum of RGB (Red+Green+Blue) = 115+200+172=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C8AC is #8C3753. Grayscale: #ABABAB. Windows color (decimal): -9189204 or 11323507. OLE color: 11323507.
HSL color Cylindrical-coordinate representation of color #73C8AC: hue angle of 160.24º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C8AC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 172 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.22 |
| HSL | 160.24º | 0.44% | 0.62% | - |
| HSV(B) | 160.24º | 0.43% | 0.78% | - |
| XYZ | 35.17 | 47.93 | 46.43 | - |
| YUV | 171.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 172 | 0.42 | 0 | 0.14 | 0.22 | 160.24 | 0.44 | 0.62 |
| Hex | 73 | C8 | AC | 2A | 0 | E | 16 | A0 | 2C | 3E |
| Octal | 163 | 310 | 254 | 52 | 0 | 16 | 26 | 240 | 54 | 76 |
| Binary | 1110011 | 11001000 | 10101100 | 101010 | 0 | 1110 | 10110 | 10100000 | 101100 | 111110 |
Color Harmonies of #73C8AC
Complementary color
Monochromatic Colors of #73C8AC
Black with #73C8AC
Text Example
Text Example
White with #73C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C8AC; }
p { color: rgb(115,200,172); }
H1.HeaderClassName
{
color: #73C8AC;
}
.AnyTagClassName
{
color: #73C8AC;
}
</style>
background-color css
<style>
a { background-color: #73C8AC; }
a { background-color: rgb(115,200,172); }
div.DivClassName
{
background-color: #73C8AC;
}
.BgClassName
{
background-color: #73C8AC;
}
</style>
border-color css
<style>
span { border-color: #73C8AC; }
span { border-color: rgb(115,200,172); }
td.TdClassName
{
border-color: #73C8AC;
}
.TagClassName
{
border-color: #73C8AC;
}
</style>