Shades of Monte Carlo #7EBEAD
Tints of Monte Carlo #7EBEAD
RGB
CMYK
RGB Variations
Color information
#7EBEAD (or 0x7EBEAD) is known color: Monte Carlo. HEX triplet: 7E, BE and AD. RGB value is (126,190,173). Sum of RGB (Red+Green+Blue) = 126+190+173=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBEAD is #814152. Grayscale: #A8A8A8. Windows color (decimal): -8470867 or 11386494. OLE color: 11386494.
HSL color Cylindrical-coordinate representation of color #7EBEAD: hue angle of 164.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBEAD is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 173 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.25 |
| HSL | 164.06º | 0.33% | 0.62% | - |
| HSV(B) | 164.06º | 0.34% | 0.75% | - |
| XYZ | 34.56 | 44.28 | 46.26 | - |
| YUV | 168.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 173 | 0.34 | 0 | 0.09 | 0.25 | 164.06 | 0.33 | 0.62 |
| Hex | 7E | BE | AD | 22 | 0 | 9 | 19 | A4 | 21 | 3E |
| Octal | 176 | 276 | 255 | 42 | 0 | 11 | 31 | 244 | 41 | 76 |
| Binary | 1111110 | 10111110 | 10101101 | 100010 | 0 | 1001 | 11001 | 10100100 | 100001 | 111110 |
Color Harmonies of #7EBEAD
Complementary color
Monochromatic Colors of #7EBEAD
Black with #7EBEAD
Text Example
Text Example
White with #7EBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBEAD; }
p { color: rgb(126,190,173); }
H1.HeaderClassName
{
color: #7EBEAD;
}
.AnyTagClassName
{
color: #7EBEAD;
}
</style>
background-color css
<style>
a { background-color: #7EBEAD; }
a { background-color: rgb(126,190,173); }
div.DivClassName
{
background-color: #7EBEAD;
}
.BgClassName
{
background-color: #7EBEAD;
}
</style>
border-color css
<style>
span { border-color: #7EBEAD; }
span { border-color: rgb(126,190,173); }
td.TdClassName
{
border-color: #7EBEAD;
}
.TagClassName
{
border-color: #7EBEAD;
}
</style>