Shades of Monte Carlo #7EC0B7
Tints of Monte Carlo #7EC0B7
RGB
CMYK
RGB Variations
Color information
#7EC0B7 (or 0x7EC0B7) is known color: Monte Carlo. HEX triplet: 7E, C0 and B7. RGB value is (126,192,183). Sum of RGB (Red+Green+Blue) = 126+192+183=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0B7 is #813F48. Grayscale: #ABABAB. Windows color (decimal): -8470345 or 12042366. OLE color: 12042366.
HSL color Cylindrical-coordinate representation of color #7EC0B7: hue angle of 171.82º 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 #7EC0B7 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 183 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.25 |
| HSL | 171.82º | 0.34% | 0.62% | - |
| HSV(B) | 171.82º | 0.34% | 0.75% | - |
| XYZ | 36 | 45.55 | 51.7 | - |
| YUV | 171.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 183 | 0.34 | 0 | 0.05 | 0.25 | 171.82 | 0.34 | 0.62 |
| Hex | 7E | C0 | B7 | 22 | 0 | 5 | 19 | AC | 22 | 3E |
| Octal | 176 | 300 | 267 | 42 | 0 | 5 | 31 | 254 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10110111 | 100010 | 0 | 101 | 11001 | 10101100 | 100010 | 111110 |
Color Harmonies of #7EC0B7
Complementary color
Monochromatic Colors of #7EC0B7
Black with #7EC0B7
Text Example
Text Example
White with #7EC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0B7; }
p { color: rgb(126,192,183); }
H1.HeaderClassName
{
color: #7EC0B7;
}
.AnyTagClassName
{
color: #7EC0B7;
}
</style>
background-color css
<style>
a { background-color: #7EC0B7; }
a { background-color: rgb(126,192,183); }
div.DivClassName
{
background-color: #7EC0B7;
}
.BgClassName
{
background-color: #7EC0B7;
}
</style>
border-color css
<style>
span { border-color: #7EC0B7; }
span { border-color: rgb(126,192,183); }
td.TdClassName
{
border-color: #7EC0B7;
}
.TagClassName
{
border-color: #7EC0B7;
}
</style>