Shades of Monte Carlo #7EBBAD
Tints of Monte Carlo #7EBBAD
RGB
CMYK
RGB Variations
Color information
#7EBBAD (or 0x7EBBAD) is known color: Monte Carlo. HEX triplet: 7E, BB and AD. RGB value is (126,187,173). Sum of RGB (Red+Green+Blue) = 126+187+173=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBAD is #814452. Grayscale: #A7A7A7. Windows color (decimal): -8471635 or 11385726. OLE color: 11385726.
HSL color Cylindrical-coordinate representation of color #7EBBAD: hue angle of 166.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBBAD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 173 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.27 |
| HSL | 166.23º | 0.31% | 0.61% | - |
| HSV(B) | 166.23º | 0.33% | 0.73% | - |
| XYZ | 33.92 | 42.99 | 46.05 | - |
| YUV | 167.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 173 | 0.33 | 0 | 0.07 | 0.27 | 166.23 | 0.31 | 0.61 |
| Hex | 7E | BB | AD | 21 | 0 | 7 | 1B | A6 | 1F | 3D |
| Octal | 176 | 273 | 255 | 41 | 0 | 7 | 33 | 246 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10101101 | 100001 | 0 | 111 | 11011 | 10100110 | 11111 | 111101 |
Color Harmonies of #7EBBAD
Complementary color
Monochromatic Colors of #7EBBAD
Black with #7EBBAD
Text Example
Text Example
White with #7EBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBAD; }
p { color: rgb(126,187,173); }
H1.HeaderClassName
{
color: #7EBBAD;
}
.AnyTagClassName
{
color: #7EBBAD;
}
</style>
background-color css
<style>
a { background-color: #7EBBAD; }
a { background-color: rgb(126,187,173); }
div.DivClassName
{
background-color: #7EBBAD;
}
.BgClassName
{
background-color: #7EBBAD;
}
</style>
border-color css
<style>
span { border-color: #7EBBAD; }
span { border-color: rgb(126,187,173); }
td.TdClassName
{
border-color: #7EBBAD;
}
.TagClassName
{
border-color: #7EBBAD;
}
</style>