Shades of Monte Carlo #7EBDAF
Tints of Monte Carlo #7EBDAF
RGB
CMYK
RGB Variations
Color information
#7EBDAF (or 0x7EBDAF) is known color: Monte Carlo. HEX triplet: 7E, BD and AF. RGB value is (126,189,175). Sum of RGB (Red+Green+Blue) = 126+189+175=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDAF is #814250. Grayscale: #A8A8A8. Windows color (decimal): -8471121 or 11517310. OLE color: 11517310.
HSL color Cylindrical-coordinate representation of color #7EBDAF: hue angle of 166.67º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBDAF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 175 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.26 |
| HSL | 166.67º | 0.32% | 0.62% | - |
| HSV(B) | 166.67º | 0.33% | 0.74% | - |
| XYZ | 34.54 | 43.93 | 47.22 | - |
| YUV | 168.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 175 | 0.33 | 0 | 0.07 | 0.26 | 166.67 | 0.32 | 0.62 |
| Hex | 7E | BD | AF | 21 | 0 | 7 | 1A | A7 | 20 | 3E |
| Octal | 176 | 275 | 257 | 41 | 0 | 7 | 32 | 247 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10101111 | 100001 | 0 | 111 | 11010 | 10100111 | 100000 | 111110 |
Color Harmonies of #7EBDAF
Complementary color
Monochromatic Colors of #7EBDAF
Black with #7EBDAF
Text Example
Text Example
White with #7EBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDAF; }
p { color: rgb(126,189,175); }
H1.HeaderClassName
{
color: #7EBDAF;
}
.AnyTagClassName
{
color: #7EBDAF;
}
</style>
background-color css
<style>
a { background-color: #7EBDAF; }
a { background-color: rgb(126,189,175); }
div.DivClassName
{
background-color: #7EBDAF;
}
.BgClassName
{
background-color: #7EBDAF;
}
</style>
border-color css
<style>
span { border-color: #7EBDAF; }
span { border-color: rgb(126,189,175); }
td.TdClassName
{
border-color: #7EBDAF;
}
.TagClassName
{
border-color: #7EBDAF;
}
</style>