Shades of Monte Carlo #7EC1B2
Tints of Monte Carlo #7EC1B2
RGB
CMYK
RGB Variations
Color information
#7EC1B2 (or 0x7EC1B2) is known color: Monte Carlo. HEX triplet: 7E, C1 and B2. RGB value is (126,193,178). Sum of RGB (Red+Green+Blue) = 126+193+178=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC1B2 is #813E4D. Grayscale: #ABABAB. Windows color (decimal): -8470094 or 11714942. OLE color: 11714942.
HSL color Cylindrical-coordinate representation of color #7EC1B2: hue angle of 166.57º degrees, saturation: 0.35, 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 #7EC1B2 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 178 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.24 |
| HSL | 166.57º | 0.35% | 0.63% | - |
| HSV(B) | 166.57º | 0.35% | 0.76% | - |
| XYZ | 35.71 | 45.79 | 49.08 | - |
| YUV | 171.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 178 | 0.35 | 0 | 0.08 | 0.24 | 166.57 | 0.35 | 0.63 |
| Hex | 7E | C1 | B2 | 23 | 0 | 8 | 18 | A7 | 23 | 3F |
| Octal | 176 | 301 | 262 | 43 | 0 | 10 | 30 | 247 | 43 | 77 |
| Binary | 1111110 | 11000001 | 10110010 | 100011 | 0 | 1000 | 11000 | 10100111 | 100011 | 111111 |
Color Harmonies of #7EC1B2
Complementary color
Monochromatic Colors of #7EC1B2
Black with #7EC1B2
Text Example
Text Example
White with #7EC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC1B2; }
p { color: rgb(126,193,178); }
H1.HeaderClassName
{
color: #7EC1B2;
}
.AnyTagClassName
{
color: #7EC1B2;
}
</style>
background-color css
<style>
a { background-color: #7EC1B2; }
a { background-color: rgb(126,193,178); }
div.DivClassName
{
background-color: #7EC1B2;
}
.BgClassName
{
background-color: #7EC1B2;
}
</style>
border-color css
<style>
span { border-color: #7EC1B2; }
span { border-color: rgb(126,193,178); }
td.TdClassName
{
border-color: #7EC1B2;
}
.TagClassName
{
border-color: #7EC1B2;
}
</style>