Shades of Monte Carlo #7EC3BC
Tints of Monte Carlo #7EC3BC
RGB
CMYK
RGB Variations
Color information
#7EC3BC (or 0x7EC3BC) is known color: Monte Carlo. HEX triplet: 7E, C3 and BC. RGB value is (126,195,188). Sum of RGB (Red+Green+Blue) = 126+195+188=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC3BC is #813C43. Grayscale: #ADADAD. Windows color (decimal): -8469572 or 12370814. OLE color: 12370814.
HSL color Cylindrical-coordinate representation of color #7EC3BC: hue angle of 173.91º 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 #7EC3BC is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 188 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.24 |
| HSL | 173.91º | 0.37% | 0.63% | - |
| HSV(B) | 173.91º | 0.35% | 0.76% | - |
| XYZ | 37.2 | 47.1 | 54.71 | - |
| YUV | 173.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 188 | 0.35 | 0 | 0.04 | 0.24 | 173.91 | 0.37 | 0.63 |
| Hex | 7E | C3 | BC | 23 | 0 | 4 | 18 | AE | 25 | 3F |
| Octal | 176 | 303 | 274 | 43 | 0 | 4 | 30 | 256 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10111100 | 100011 | 0 | 100 | 11000 | 10101110 | 100101 | 111111 |
Color Harmonies of #7EC3BC
Complementary color
Monochromatic Colors of #7EC3BC
Black with #7EC3BC
Text Example
Text Example
White with #7EC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC3BC; }
p { color: rgb(126,195,188); }
H1.HeaderClassName
{
color: #7EC3BC;
}
.AnyTagClassName
{
color: #7EC3BC;
}
</style>
background-color css
<style>
a { background-color: #7EC3BC; }
a { background-color: rgb(126,195,188); }
div.DivClassName
{
background-color: #7EC3BC;
}
.BgClassName
{
background-color: #7EC3BC;
}
</style>
border-color css
<style>
span { border-color: #7EC3BC; }
span { border-color: rgb(126,195,188); }
td.TdClassName
{
border-color: #7EC3BC;
}
.TagClassName
{
border-color: #7EC3BC;
}
</style>