Shades of Monte Carlo #7EC7BB
Tints of Monte Carlo #7EC7BB
RGB
CMYK
RGB Variations
Color information
#7EC7BB (or 0x7EC7BB) is known color: Monte Carlo. HEX triplet: 7E, C7 and BB. RGB value is (126,199,187). Sum of RGB (Red+Green+Blue) = 126+199+187=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7BB is #813844. Grayscale: #AFAFAF. Windows color (decimal): -8468549 or 12306302. OLE color: 12306302.
HSL color Cylindrical-coordinate representation of color #7EC7BB: hue angle of 170.14º 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 #7EC7BB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 187 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.22 |
| HSL | 170.14º | 0.39% | 0.64% | - |
| HSV(B) | 170.14º | 0.37% | 0.78% | - |
| XYZ | 38 | 48.87 | 54.44 | - |
| YUV | 175.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 187 | 0.37 | 0 | 0.06 | 0.22 | 170.14 | 0.39 | 0.64 |
| Hex | 7E | C7 | BB | 25 | 0 | 6 | 16 | AA | 27 | 40 |
| Octal | 176 | 307 | 273 | 45 | 0 | 6 | 26 | 252 | 47 | 100 |
| Binary | 1111110 | 11000111 | 10111011 | 100101 | 0 | 110 | 10110 | 10101010 | 100111 | 1000000 |
Color Harmonies of #7EC7BB
Complementary color
Monochromatic Colors of #7EC7BB
Black with #7EC7BB
Text Example
Text Example
White with #7EC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC7BB; }
p { color: rgb(126,199,187); }
H1.HeaderClassName
{
color: #7EC7BB;
}
.AnyTagClassName
{
color: #7EC7BB;
}
</style>
background-color css
<style>
a { background-color: #7EC7BB; }
a { background-color: rgb(126,199,187); }
div.DivClassName
{
background-color: #7EC7BB;
}
.BgClassName
{
background-color: #7EC7BB;
}
</style>
border-color css
<style>
span { border-color: #7EC7BB; }
span { border-color: rgb(126,199,187); }
td.TdClassName
{
border-color: #7EC7BB;
}
.TagClassName
{
border-color: #7EC7BB;
}
</style>