Shades of Monte Carlo #7EC7BF
Tints of Monte Carlo #7EC7BF
RGB
CMYK
RGB Variations
Color information
#7EC7BF (or 0x7EC7BF) is known color: Monte Carlo. HEX triplet: 7E, C7 and BF. RGB value is (126,199,191). Sum of RGB (Red+Green+Blue) = 126+199+191=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7BF is #813840. Grayscale: #B0B0B0. Windows color (decimal): -8468545 or 12568446. OLE color: 12568446.
HSL color Cylindrical-coordinate representation of color #7EC7BF: hue angle of 173.42º 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 #7EC7BF is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 191 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.22 |
| HSL | 173.42º | 0.39% | 0.64% | - |
| HSV(B) | 173.42º | 0.37% | 0.78% | - |
| XYZ | 38.43 | 49.04 | 56.73 | - |
| YUV | 176.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 191 | 0.37 | 0 | 0.04 | 0.22 | 173.42 | 0.39 | 0.64 |
| Hex | 7E | C7 | BF | 25 | 0 | 4 | 16 | AD | 27 | 40 |
| Octal | 176 | 307 | 277 | 45 | 0 | 4 | 26 | 255 | 47 | 100 |
| Binary | 1111110 | 11000111 | 10111111 | 100101 | 0 | 100 | 10110 | 10101101 | 100111 | 1000000 |
Color Harmonies of #7EC7BF
Complementary color
Monochromatic Colors of #7EC7BF
Black with #7EC7BF
Text Example
Text Example
White with #7EC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC7BF; }
p { color: rgb(126,199,191); }
H1.HeaderClassName
{
color: #7EC7BF;
}
.AnyTagClassName
{
color: #7EC7BF;
}
</style>
background-color css
<style>
a { background-color: #7EC7BF; }
a { background-color: rgb(126,199,191); }
div.DivClassName
{
background-color: #7EC7BF;
}
.BgClassName
{
background-color: #7EC7BF;
}
</style>
border-color css
<style>
span { border-color: #7EC7BF; }
span { border-color: rgb(126,199,191); }
td.TdClassName
{
border-color: #7EC7BF;
}
.TagClassName
{
border-color: #7EC7BF;
}
</style>