Shades of Monte Carlo #7EC2B6
Tints of Monte Carlo #7EC2B6
RGB
CMYK
RGB Variations
Color information
#7EC2B6 (or 0x7EC2B6) is known color: Monte Carlo. HEX triplet: 7E, C2 and B6. RGB value is (126,194,182). Sum of RGB (Red+Green+Blue) = 126+194+182=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC2B6 is #813D49. Grayscale: #ACACAC. Windows color (decimal): -8469834 or 11977342. OLE color: 11977342.
HSL color Cylindrical-coordinate representation of color #7EC2B6: hue angle of 169.41º degrees, saturation: 0.36, 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 #7EC2B6 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 182 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.24 |
| HSL | 169.41º | 0.36% | 0.63% | - |
| HSV(B) | 169.41º | 0.35% | 0.76% | - |
| XYZ | 36.34 | 46.4 | 51.3 | - |
| YUV | 172.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 182 | 0.35 | 0 | 0.06 | 0.24 | 169.41 | 0.36 | 0.63 |
| Hex | 7E | C2 | B6 | 23 | 0 | 6 | 18 | A9 | 24 | 3F |
| Octal | 176 | 302 | 266 | 43 | 0 | 6 | 30 | 251 | 44 | 77 |
| Binary | 1111110 | 11000010 | 10110110 | 100011 | 0 | 110 | 11000 | 10101001 | 100100 | 111111 |
Color Harmonies of #7EC2B6
Complementary color
Monochromatic Colors of #7EC2B6
Black with #7EC2B6
Text Example
Text Example
White with #7EC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC2B6; }
p { color: rgb(126,194,182); }
H1.HeaderClassName
{
color: #7EC2B6;
}
.AnyTagClassName
{
color: #7EC2B6;
}
</style>
background-color css
<style>
a { background-color: #7EC2B6; }
a { background-color: rgb(126,194,182); }
div.DivClassName
{
background-color: #7EC2B6;
}
.BgClassName
{
background-color: #7EC2B6;
}
</style>
border-color css
<style>
span { border-color: #7EC2B6; }
span { border-color: rgb(126,194,182); }
td.TdClassName
{
border-color: #7EC2B6;
}
.TagClassName
{
border-color: #7EC2B6;
}
</style>