Shades of Monte Carlo #7EC0BD
Tints of Monte Carlo #7EC0BD
RGB
CMYK
RGB Variations
Color information
#7EC0BD (or 0x7EC0BD) is known color: Monte Carlo. HEX triplet: 7E, C0 and BD. RGB value is (126,192,189). Sum of RGB (Red+Green+Blue) = 126+192+189=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0BD is #813F42. Grayscale: #ABABAB. Windows color (decimal): -8470339 or 12435582. OLE color: 12435582.
HSL color Cylindrical-coordinate representation of color #7EC0BD: hue angle of 177.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC0BD is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 189 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.25 |
| HSL | 177.27º | 0.34% | 0.62% | - |
| HSV(B) | 177.27º | 0.34% | 0.75% | - |
| XYZ | 36.64 | 45.81 | 55.06 | - |
| YUV | 171.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 189 | 0.34 | 0 | 0.02 | 0.25 | 177.27 | 0.34 | 0.62 |
| Hex | 7E | C0 | BD | 22 | 0 | 2 | 19 | B1 | 22 | 3E |
| Octal | 176 | 300 | 275 | 42 | 0 | 2 | 31 | 261 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10111101 | 100010 | 0 | 10 | 11001 | 10110001 | 100010 | 111110 |
Color Harmonies of #7EC0BD
Complementary color
Monochromatic Colors of #7EC0BD
Black with #7EC0BD
Text Example
Text Example
White with #7EC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0BD; }
p { color: rgb(126,192,189); }
H1.HeaderClassName
{
color: #7EC0BD;
}
.AnyTagClassName
{
color: #7EC0BD;
}
</style>
background-color css
<style>
a { background-color: #7EC0BD; }
a { background-color: rgb(126,192,189); }
div.DivClassName
{
background-color: #7EC0BD;
}
.BgClassName
{
background-color: #7EC0BD;
}
</style>
border-color css
<style>
span { border-color: #7EC0BD; }
span { border-color: rgb(126,192,189); }
td.TdClassName
{
border-color: #7EC0BD;
}
.TagClassName
{
border-color: #7EC0BD;
}
</style>