Shades of Monte Carlo #7EC1AD
Tints of Monte Carlo #7EC1AD
RGB
CMYK
RGB Variations
Color information
#7EC1AD (or 0x7EC1AD) is known color: Monte Carlo. HEX triplet: 7E, C1 and AD. RGB value is (126,193,173). Sum of RGB (Red+Green+Blue) = 126+193+173=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC1AD is #813E52. Grayscale: #AAAAAA. Windows color (decimal): -8470099 or 11387262. OLE color: 11387262.
HSL color Cylindrical-coordinate representation of color #7EC1AD: hue angle of 162.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC1AD is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 173 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.24 |
| HSL | 162.09º | 0.35% | 0.63% | - |
| HSV(B) | 162.09º | 0.35% | 0.76% | - |
| XYZ | 35.22 | 45.59 | 46.48 | - |
| YUV | 170.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 173 | 0.35 | 0 | 0.10 | 0.24 | 162.09 | 0.35 | 0.63 |
| Hex | 7E | C1 | AD | 23 | 0 | A | 18 | A2 | 23 | 3F |
| Octal | 176 | 301 | 255 | 43 | 0 | 12 | 30 | 242 | 43 | 77 |
| Binary | 1111110 | 11000001 | 10101101 | 100011 | 0 | 1010 | 11000 | 10100010 | 100011 | 111111 |
Color Harmonies of #7EC1AD
Complementary color
Monochromatic Colors of #7EC1AD
Black with #7EC1AD
Text Example
Text Example
White with #7EC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC1AD; }
p { color: rgb(126,193,173); }
H1.HeaderClassName
{
color: #7EC1AD;
}
.AnyTagClassName
{
color: #7EC1AD;
}
</style>
background-color css
<style>
a { background-color: #7EC1AD; }
a { background-color: rgb(126,193,173); }
div.DivClassName
{
background-color: #7EC1AD;
}
.BgClassName
{
background-color: #7EC1AD;
}
</style>
border-color css
<style>
span { border-color: #7EC1AD; }
span { border-color: rgb(126,193,173); }
td.TdClassName
{
border-color: #7EC1AD;
}
.TagClassName
{
border-color: #7EC1AD;
}
</style>