Shades of Monte Carlo #7EC1B1
Tints of Monte Carlo #7EC1B1
RGB
CMYK
RGB Variations
Color information
#7EC1B1 (or 0x7EC1B1) is known color: Monte Carlo. HEX triplet: 7E, C1 and B1. RGB value is (126,193,177). Sum of RGB (Red+Green+Blue) = 126+193+177=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC1B1 is #813E4E. Grayscale: #ABABAB. Windows color (decimal): -8470095 or 11649406. OLE color: 11649406.
HSL color Cylindrical-coordinate representation of color #7EC1B1: hue angle of 165.67º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC1B1 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 177 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.24 |
| HSL | 165.67º | 0.35% | 0.63% | - |
| HSV(B) | 165.67º | 0.35% | 0.76% | - |
| XYZ | 35.61 | 45.75 | 48.55 | - |
| YUV | 171.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 177 | 0.35 | 0 | 0.08 | 0.24 | 165.67 | 0.35 | 0.63 |
| Hex | 7E | C1 | B1 | 23 | 0 | 8 | 18 | A6 | 23 | 3F |
| Octal | 176 | 301 | 261 | 43 | 0 | 10 | 30 | 246 | 43 | 77 |
| Binary | 1111110 | 11000001 | 10110001 | 100011 | 0 | 1000 | 11000 | 10100110 | 100011 | 111111 |
Color Harmonies of #7EC1B1
Complementary color
Monochromatic Colors of #7EC1B1
Black with #7EC1B1
Text Example
Text Example
White with #7EC1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC1B1; }
p { color: rgb(126,193,177); }
H1.HeaderClassName
{
color: #7EC1B1;
}
.AnyTagClassName
{
color: #7EC1B1;
}
</style>
background-color css
<style>
a { background-color: #7EC1B1; }
a { background-color: rgb(126,193,177); }
div.DivClassName
{
background-color: #7EC1B1;
}
.BgClassName
{
background-color: #7EC1B1;
}
</style>
border-color css
<style>
span { border-color: #7EC1B1; }
span { border-color: rgb(126,193,177); }
td.TdClassName
{
border-color: #7EC1B1;
}
.TagClassName
{
border-color: #7EC1B1;
}
</style>