Shades of Monte Carlo #7EC7BD
Tints of Monte Carlo #7EC7BD
RGB
CMYK
RGB Variations
Color information
#7EC7BD (or 0x7EC7BD) is known color: Monte Carlo. HEX triplet: 7E, C7 and BD. RGB value is (126,199,189). Sum of RGB (Red+Green+Blue) = 126+199+189=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7BD is #813842. Grayscale: #AFAFAF. Windows color (decimal): -8468547 or 12437374. OLE color: 12437374.
HSL color Cylindrical-coordinate representation of color #7EC7BD: hue angle of 171.78º degrees, saturation: 0.39, 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 #7EC7BD is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 189 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.22 |
| HSL | 171.78º | 0.39% | 0.64% | - |
| HSV(B) | 171.78º | 0.37% | 0.78% | - |
| XYZ | 38.21 | 48.96 | 55.58 | - |
| YUV | 176.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 189 | 0.37 | 0 | 0.05 | 0.22 | 171.78 | 0.39 | 0.64 |
| Hex | 7E | C7 | BD | 25 | 0 | 5 | 16 | AC | 27 | 40 |
| Octal | 176 | 307 | 275 | 45 | 0 | 5 | 26 | 254 | 47 | 100 |
| Binary | 1111110 | 11000111 | 10111101 | 100101 | 0 | 101 | 10110 | 10101100 | 100111 | 1000000 |
Color Harmonies of #7EC7BD
Complementary color
Monochromatic Colors of #7EC7BD
Black with #7EC7BD
Text Example
Text Example
White with #7EC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC7BD; }
p { color: rgb(126,199,189); }
H1.HeaderClassName
{
color: #7EC7BD;
}
.AnyTagClassName
{
color: #7EC7BD;
}
</style>
background-color css
<style>
a { background-color: #7EC7BD; }
a { background-color: rgb(126,199,189); }
div.DivClassName
{
background-color: #7EC7BD;
}
.BgClassName
{
background-color: #7EC7BD;
}
</style>
border-color css
<style>
span { border-color: #7EC7BD; }
span { border-color: rgb(126,199,189); }
td.TdClassName
{
border-color: #7EC7BD;
}
.TagClassName
{
border-color: #7EC7BD;
}
</style>