Shades of Monte Carlo #7EC9BD
Tints of Monte Carlo #7EC9BD
RGB
CMYK
RGB Variations
Color information
#7EC9BD (or 0x7EC9BD) is known color: Monte Carlo. HEX triplet: 7E, C9 and BD. RGB value is (126,201,189). Sum of RGB (Red+Green+Blue) = 126+201+189=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC9BD is #813642. Grayscale: #B1B1B1. Windows color (decimal): -8468035 or 12437886. OLE color: 12437886.
HSL color Cylindrical-coordinate representation of color #7EC9BD: hue angle of 170.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC9BD is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 189 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.21 |
| HSL | 170.4º | 0.41% | 0.64% | - |
| HSV(B) | 170.4º | 0.37% | 0.79% | - |
| XYZ | 38.68 | 49.88 | 55.73 | - |
| YUV | 177.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 189 | 0.37 | 0 | 0.06 | 0.21 | 170.4 | 0.41 | 0.64 |
| Hex | 7E | C9 | BD | 25 | 0 | 6 | 15 | AA | 29 | 40 |
| Octal | 176 | 311 | 275 | 45 | 0 | 6 | 25 | 252 | 51 | 100 |
| Binary | 1111110 | 11001001 | 10111101 | 100101 | 0 | 110 | 10101 | 10101010 | 101001 | 1000000 |
Color Harmonies of #7EC9BD
Complementary color
Monochromatic Colors of #7EC9BD
Black with #7EC9BD
Text Example
Text Example
White with #7EC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC9BD; }
p { color: rgb(126,201,189); }
H1.HeaderClassName
{
color: #7EC9BD;
}
.AnyTagClassName
{
color: #7EC9BD;
}
</style>
background-color css
<style>
a { background-color: #7EC9BD; }
a { background-color: rgb(126,201,189); }
div.DivClassName
{
background-color: #7EC9BD;
}
.BgClassName
{
background-color: #7EC9BD;
}
</style>
border-color css
<style>
span { border-color: #7EC9BD; }
span { border-color: rgb(126,201,189); }
td.TdClassName
{
border-color: #7EC9BD;
}
.TagClassName
{
border-color: #7EC9BD;
}
</style>