Shades of Monte Carlo #7EC3B0
Tints of Monte Carlo #7EC3B0
RGB
CMYK
RGB Variations
Color information
#7EC3B0 (or 0x7EC3B0) is known color: Monte Carlo. HEX triplet: 7E, C3 and B0. RGB value is (126,195,176). Sum of RGB (Red+Green+Blue) = 126+195+176=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC3B0 is #813C4F. Grayscale: #ACACAC. Windows color (decimal): -8469584 or 11584382. OLE color: 11584382.
HSL color Cylindrical-coordinate representation of color #7EC3B0: hue angle of 163.48º 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 #7EC3B0 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 176 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.24 |
| HSL | 163.48º | 0.37% | 0.63% | - |
| HSV(B) | 163.48º | 0.35% | 0.76% | - |
| XYZ | 35.96 | 46.6 | 48.17 | - |
| YUV | 172.2 | 130.14 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 176 | 0.35 | 0 | 0.10 | 0.24 | 163.48 | 0.37 | 0.63 |
| Hex | 7E | C3 | B0 | 23 | 0 | A | 18 | A3 | 25 | 3F |
| Octal | 176 | 303 | 260 | 43 | 0 | 12 | 30 | 243 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10110000 | 100011 | 0 | 1010 | 11000 | 10100011 | 100101 | 111111 |
Color Harmonies of #7EC3B0
Complementary color
Monochromatic Colors of #7EC3B0
Black with #7EC3B0
Text Example
Text Example
White with #7EC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC3B0; }
p { color: rgb(126,195,176); }
H1.HeaderClassName
{
color: #7EC3B0;
}
.AnyTagClassName
{
color: #7EC3B0;
}
</style>
background-color css
<style>
a { background-color: #7EC3B0; }
a { background-color: rgb(126,195,176); }
div.DivClassName
{
background-color: #7EC3B0;
}
.BgClassName
{
background-color: #7EC3B0;
}
</style>
border-color css
<style>
span { border-color: #7EC3B0; }
span { border-color: rgb(126,195,176); }
td.TdClassName
{
border-color: #7EC3B0;
}
.TagClassName
{
border-color: #7EC3B0;
}
</style>