Shades of Monte Carlo #7EC4BC
Tints of Monte Carlo #7EC4BC
RGB
CMYK
RGB Variations
Color information
#7EC4BC (or 0x7EC4BC) is known color: Monte Carlo. HEX triplet: 7E, C4 and BC. RGB value is (126,196,188). Sum of RGB (Red+Green+Blue) = 126+196+188=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC4BC is #813B43. Grayscale: #AEAEAE. Windows color (decimal): -8469316 or 12371070. OLE color: 12371070.
HSL color Cylindrical-coordinate representation of color #7EC4BC: hue angle of 173.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC4BC is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 188 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.23 |
| HSL | 173.14º | 0.37% | 0.63% | - |
| HSV(B) | 173.14º | 0.36% | 0.77% | - |
| XYZ | 37.42 | 47.55 | 54.78 | - |
| YUV | 174.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 188 | 0.36 | 0 | 0.04 | 0.23 | 173.14 | 0.37 | 0.63 |
| Hex | 7E | C4 | BC | 24 | 0 | 4 | 17 | AD | 25 | 3F |
| Octal | 176 | 304 | 274 | 44 | 0 | 4 | 27 | 255 | 45 | 77 |
| Binary | 1111110 | 11000100 | 10111100 | 100100 | 0 | 100 | 10111 | 10101101 | 100101 | 111111 |
Color Harmonies of #7EC4BC
Complementary color
Monochromatic Colors of #7EC4BC
Black with #7EC4BC
Text Example
Text Example
White with #7EC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC4BC; }
p { color: rgb(126,196,188); }
H1.HeaderClassName
{
color: #7EC4BC;
}
.AnyTagClassName
{
color: #7EC4BC;
}
</style>
background-color css
<style>
a { background-color: #7EC4BC; }
a { background-color: rgb(126,196,188); }
div.DivClassName
{
background-color: #7EC4BC;
}
.BgClassName
{
background-color: #7EC4BC;
}
</style>
border-color css
<style>
span { border-color: #7EC4BC; }
span { border-color: rgb(126,196,188); }
td.TdClassName
{
border-color: #7EC4BC;
}
.TagClassName
{
border-color: #7EC4BC;
}
</style>