Shades of Monte Carlo #7EBAB2
Tints of Monte Carlo #7EBAB2
RGB
CMYK
RGB Variations
Color information
#7EBAB2 (or 0x7EBAB2) is known color: Monte Carlo. HEX triplet: 7E, BA and B2. RGB value is (126,186,178). Sum of RGB (Red+Green+Blue) = 126+186+178=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAB2 is #81454D. Grayscale: #A7A7A7. Windows color (decimal): -8471886 or 11713150. OLE color: 11713150.
HSL color Cylindrical-coordinate representation of color #7EBAB2: hue angle of 172º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBAB2 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 178 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.27 |
| HSL | 172º | 0.3% | 0.61% | - |
| HSV(B) | 172º | 0.32% | 0.73% | - |
| XYZ | 34.2 | 42.77 | 48.57 | - |
| YUV | 167.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 178 | 0.32 | 0 | 0.04 | 0.27 | 172 | 0.3 | 0.61 |
| Hex | 7E | BA | B2 | 20 | 0 | 4 | 1B | AC | 1E | 3D |
| Octal | 176 | 272 | 262 | 40 | 0 | 4 | 33 | 254 | 36 | 75 |
| Binary | 1111110 | 10111010 | 10110010 | 100000 | 0 | 100 | 11011 | 10101100 | 11110 | 111101 |
Color Harmonies of #7EBAB2
Complementary color
Monochromatic Colors of #7EBAB2
Black with #7EBAB2
Text Example
Text Example
White with #7EBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBAB2; }
p { color: rgb(126,186,178); }
H1.HeaderClassName
{
color: #7EBAB2;
}
.AnyTagClassName
{
color: #7EBAB2;
}
</style>
background-color css
<style>
a { background-color: #7EBAB2; }
a { background-color: rgb(126,186,178); }
div.DivClassName
{
background-color: #7EBAB2;
}
.BgClassName
{
background-color: #7EBAB2;
}
</style>
border-color css
<style>
span { border-color: #7EBAB2; }
span { border-color: rgb(126,186,178); }
td.TdClassName
{
border-color: #7EBAB2;
}
.TagClassName
{
border-color: #7EBAB2;
}
</style>