Shades of Monte Carlo #7EBEAF
Tints of Monte Carlo #7EBEAF
RGB
CMYK
RGB Variations
Color information
#7EBEAF (or 0x7EBEAF) is known color: Monte Carlo. HEX triplet: 7E, BE and AF. RGB value is (126,190,175). Sum of RGB (Red+Green+Blue) = 126+190+175=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBEAF is #814150. Grayscale: #A9A9A9. Windows color (decimal): -8470865 or 11517566. OLE color: 11517566.
HSL color Cylindrical-coordinate representation of color #7EBEAF: hue angle of 165.94º 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 #7EBEAF is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 175 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.25 |
| HSL | 165.94º | 0.33% | 0.62% | - |
| HSV(B) | 165.94º | 0.34% | 0.75% | - |
| XYZ | 34.76 | 44.36 | 47.29 | - |
| YUV | 169.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 175 | 0.34 | 0 | 0.08 | 0.25 | 165.94 | 0.33 | 0.62 |
| Hex | 7E | BE | AF | 22 | 0 | 8 | 19 | A6 | 21 | 3E |
| Octal | 176 | 276 | 257 | 42 | 0 | 10 | 31 | 246 | 41 | 76 |
| Binary | 1111110 | 10111110 | 10101111 | 100010 | 0 | 1000 | 11001 | 10100110 | 100001 | 111110 |
Color Harmonies of #7EBEAF
Complementary color
Monochromatic Colors of #7EBEAF
Black with #7EBEAF
Text Example
Text Example
White with #7EBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBEAF; }
p { color: rgb(126,190,175); }
H1.HeaderClassName
{
color: #7EBEAF;
}
.AnyTagClassName
{
color: #7EBEAF;
}
</style>
background-color css
<style>
a { background-color: #7EBEAF; }
a { background-color: rgb(126,190,175); }
div.DivClassName
{
background-color: #7EBEAF;
}
.BgClassName
{
background-color: #7EBEAF;
}
</style>
border-color css
<style>
span { border-color: #7EBEAF; }
span { border-color: rgb(126,190,175); }
td.TdClassName
{
border-color: #7EBEAF;
}
.TagClassName
{
border-color: #7EBEAF;
}
</style>