Shades of Monte Carlo #7EC0A8
Tints of Monte Carlo #7EC0A8
RGB
CMYK
RGB Variations
Color information
#7EC0A8 (or 0x7EC0A8) is known color: Monte Carlo. HEX triplet: 7E, C0 and A8. RGB value is (126,192,168). Sum of RGB (Red+Green+Blue) = 126+192+168=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC0A8 is #813F57. Grayscale: #A9A9A9. Windows color (decimal): -8470360 or 11059326. OLE color: 11059326.
HSL color Cylindrical-coordinate representation of color #7EC0A8: hue angle of 158.18º 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 #7EC0A8 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 168 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.25 |
| HSL | 158.18º | 0.34% | 0.62% | - |
| HSV(B) | 158.18º | 0.34% | 0.75% | - |
| XYZ | 34.52 | 44.96 | 43.9 | - |
| YUV | 169.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 168 | 0.34 | 0 | 0.12 | 0.25 | 158.18 | 0.34 | 0.62 |
| Hex | 7E | C0 | A8 | 22 | 0 | C | 19 | 9E | 22 | 3E |
| Octal | 176 | 300 | 250 | 42 | 0 | 14 | 31 | 236 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10101000 | 100010 | 0 | 1100 | 11001 | 10011110 | 100010 | 111110 |
Color Harmonies of #7EC0A8
Complementary color
Monochromatic Colors of #7EC0A8
Black with #7EC0A8
Text Example
Text Example
White with #7EC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0A8; }
p { color: rgb(126,192,168); }
H1.HeaderClassName
{
color: #7EC0A8;
}
.AnyTagClassName
{
color: #7EC0A8;
}
</style>
background-color css
<style>
a { background-color: #7EC0A8; }
a { background-color: rgb(126,192,168); }
div.DivClassName
{
background-color: #7EC0A8;
}
.BgClassName
{
background-color: #7EC0A8;
}
</style>
border-color css
<style>
span { border-color: #7EC0A8; }
span { border-color: rgb(126,192,168); }
td.TdClassName
{
border-color: #7EC0A8;
}
.TagClassName
{
border-color: #7EC0A8;
}
</style>