Shades of Monte Carlo #7EC7AC
Tints of Monte Carlo #7EC7AC
RGB
CMYK
RGB Variations
Color information
#7EC7AC (or 0x7EC7AC) is known color: Monte Carlo. HEX triplet: 7E, C7 and AC. RGB value is (126,199,172). Sum of RGB (Red+Green+Blue) = 126+199+172=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC7AC is #813853. Grayscale: #AEAEAE. Windows color (decimal): -8468564 or 11323262. OLE color: 11323262.
HSL color Cylindrical-coordinate representation of color #7EC7AC: hue angle of 157.81º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC7AC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 172 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.22 |
| HSL | 157.81º | 0.39% | 0.64% | - |
| HSV(B) | 157.81º | 0.37% | 0.78% | - |
| XYZ | 36.47 | 48.26 | 46.42 | - |
| YUV | 174.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 172 | 0.37 | 0 | 0.14 | 0.22 | 157.81 | 0.39 | 0.64 |
| Hex | 7E | C7 | AC | 25 | 0 | E | 16 | 9E | 27 | 40 |
| Octal | 176 | 307 | 254 | 45 | 0 | 16 | 26 | 236 | 47 | 100 |
| Binary | 1111110 | 11000111 | 10101100 | 100101 | 0 | 1110 | 10110 | 10011110 | 100111 | 1000000 |
Color Harmonies of #7EC7AC
Complementary color
Monochromatic Colors of #7EC7AC
Black with #7EC7AC
Text Example
Text Example
White with #7EC7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC7AC; }
p { color: rgb(126,199,172); }
H1.HeaderClassName
{
color: #7EC7AC;
}
.AnyTagClassName
{
color: #7EC7AC;
}
</style>
background-color css
<style>
a { background-color: #7EC7AC; }
a { background-color: rgb(126,199,172); }
div.DivClassName
{
background-color: #7EC7AC;
}
.BgClassName
{
background-color: #7EC7AC;
}
</style>
border-color css
<style>
span { border-color: #7EC7AC; }
span { border-color: rgb(126,199,172); }
td.TdClassName
{
border-color: #7EC7AC;
}
.TagClassName
{
border-color: #7EC7AC;
}
</style>