Shades of Monte Carlo #7EC3AA
Tints of Monte Carlo #7EC3AA
RGB
CMYK
RGB Variations
Color information
#7EC3AA (or 0x7EC3AA) is known color: Monte Carlo. HEX triplet: 7E, C3 and AA. RGB value is (126,195,170). Sum of RGB (Red+Green+Blue) = 126+195+170=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC3AA is #813C55. Grayscale: #ABABAB. Windows color (decimal): -8469590 or 11191166. OLE color: 11191166.
HSL color Cylindrical-coordinate representation of color #7EC3AA: hue angle of 158.26º degrees, saturation: 0.37, 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 #7EC3AA is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 170 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.24 |
| HSL | 158.26º | 0.37% | 0.63% | - |
| HSV(B) | 158.26º | 0.35% | 0.76% | - |
| XYZ | 35.37 | 46.37 | 45.12 | - |
| YUV | 171.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 170 | 0.35 | 0 | 0.13 | 0.24 | 158.26 | 0.37 | 0.63 |
| Hex | 7E | C3 | AA | 23 | 0 | D | 18 | 9E | 25 | 3F |
| Octal | 176 | 303 | 252 | 43 | 0 | 15 | 30 | 236 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10101010 | 100011 | 0 | 1101 | 11000 | 10011110 | 100101 | 111111 |
Color Harmonies of #7EC3AA
Complementary color
Monochromatic Colors of #7EC3AA
Black with #7EC3AA
Text Example
Text Example
White with #7EC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC3AA; }
p { color: rgb(126,195,170); }
H1.HeaderClassName
{
color: #7EC3AA;
}
.AnyTagClassName
{
color: #7EC3AA;
}
</style>
background-color css
<style>
a { background-color: #7EC3AA; }
a { background-color: rgb(126,195,170); }
div.DivClassName
{
background-color: #7EC3AA;
}
.BgClassName
{
background-color: #7EC3AA;
}
</style>
border-color css
<style>
span { border-color: #7EC3AA; }
span { border-color: rgb(126,195,170); }
td.TdClassName
{
border-color: #7EC3AA;
}
.TagClassName
{
border-color: #7EC3AA;
}
</style>