Shades of Monte Carlo #7EC8B5
Tints of Monte Carlo #7EC8B5
RGB
CMYK
RGB Variations
Color information
#7EC8B5 (or 0x7EC8B5) is known color: Monte Carlo. HEX triplet: 7E, C8 and B5. RGB value is (126,200,181). Sum of RGB (Red+Green+Blue) = 126+200+181=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC8B5 is #81374A. Grayscale: #AFAFAF. Windows color (decimal): -8468299 or 11913342. OLE color: 11913342.
HSL color Cylindrical-coordinate representation of color #7EC8B5: hue angle of 164.59º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC8B5 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 181 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.22 |
| HSL | 164.59º | 0.4% | 0.64% | - |
| HSV(B) | 164.59º | 0.37% | 0.78% | - |
| XYZ | 37.6 | 49.08 | 51.21 | - |
| YUV | 175.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 181 | 0.37 | 0 | 0.09 | 0.22 | 164.59 | 0.4 | 0.64 |
| Hex | 7E | C8 | B5 | 25 | 0 | 9 | 16 | A5 | 28 | 40 |
| Octal | 176 | 310 | 265 | 45 | 0 | 11 | 26 | 245 | 50 | 100 |
| Binary | 1111110 | 11001000 | 10110101 | 100101 | 0 | 1001 | 10110 | 10100101 | 101000 | 1000000 |
Color Harmonies of #7EC8B5
Complementary color
Monochromatic Colors of #7EC8B5
Black with #7EC8B5
Text Example
Text Example
White with #7EC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC8B5; }
p { color: rgb(126,200,181); }
H1.HeaderClassName
{
color: #7EC8B5;
}
.AnyTagClassName
{
color: #7EC8B5;
}
</style>
background-color css
<style>
a { background-color: #7EC8B5; }
a { background-color: rgb(126,200,181); }
div.DivClassName
{
background-color: #7EC8B5;
}
.BgClassName
{
background-color: #7EC8B5;
}
</style>
border-color css
<style>
span { border-color: #7EC8B5; }
span { border-color: rgb(126,200,181); }
td.TdClassName
{
border-color: #7EC8B5;
}
.TagClassName
{
border-color: #7EC8B5;
}
</style>