Shades of Monte Carlo #7EC0AF
Tints of Monte Carlo #7EC0AF
RGB
CMYK
RGB Variations
Color information
#7EC0AF (or 0x7EC0AF) is known color: Monte Carlo. HEX triplet: 7E, C0 and AF. RGB value is (126,192,175). Sum of RGB (Red+Green+Blue) = 126+192+175=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC0AF is #813F50. Grayscale: #AAAAAA. Windows color (decimal): -8470353 or 11518078. OLE color: 11518078.
HSL color Cylindrical-coordinate representation of color #7EC0AF: hue angle of 164.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC0AF is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 175 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.25 |
| HSL | 164.55º | 0.34% | 0.62% | - |
| HSV(B) | 164.55º | 0.34% | 0.75% | - |
| XYZ | 35.19 | 45.23 | 47.43 | - |
| YUV | 170.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 175 | 0.34 | 0 | 0.09 | 0.25 | 164.55 | 0.34 | 0.62 |
| Hex | 7E | C0 | AF | 22 | 0 | 9 | 19 | A5 | 22 | 3E |
| Octal | 176 | 300 | 257 | 42 | 0 | 11 | 31 | 245 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10101111 | 100010 | 0 | 1001 | 11001 | 10100101 | 100010 | 111110 |
Color Harmonies of #7EC0AF
Complementary color
Monochromatic Colors of #7EC0AF
Black with #7EC0AF
Text Example
Text Example
White with #7EC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0AF; }
p { color: rgb(126,192,175); }
H1.HeaderClassName
{
color: #7EC0AF;
}
.AnyTagClassName
{
color: #7EC0AF;
}
</style>
background-color css
<style>
a { background-color: #7EC0AF; }
a { background-color: rgb(126,192,175); }
div.DivClassName
{
background-color: #7EC0AF;
}
.BgClassName
{
background-color: #7EC0AF;
}
</style>
border-color css
<style>
span { border-color: #7EC0AF; }
span { border-color: rgb(126,192,175); }
td.TdClassName
{
border-color: #7EC0AF;
}
.TagClassName
{
border-color: #7EC0AF;
}
</style>