Shades of Monte Carlo #7EBDAA
Tints of Monte Carlo #7EBDAA
RGB
CMYK
RGB Variations
Color information
#7EBDAA (or 0x7EBDAA) is known color: Monte Carlo. HEX triplet: 7E, BD and AA. RGB value is (126,189,170). Sum of RGB (Red+Green+Blue) = 126+189+170=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDAA is #814255. Grayscale: #A8A8A8. Windows color (decimal): -8471126 or 11189630. OLE color: 11189630.
HSL color Cylindrical-coordinate representation of color #7EBDAA: hue angle of 161.9º 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 #7EBDAA is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 170 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.26 |
| HSL | 161.9º | 0.32% | 0.62% | - |
| HSV(B) | 161.9º | 0.33% | 0.74% | - |
| XYZ | 34.06 | 43.73 | 44.68 | - |
| YUV | 168 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 170 | 0.33 | 0 | 0.10 | 0.26 | 161.9 | 0.32 | 0.62 |
| Hex | 7E | BD | AA | 21 | 0 | A | 1A | A2 | 20 | 3E |
| Octal | 176 | 275 | 252 | 41 | 0 | 12 | 32 | 242 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10101010 | 100001 | 0 | 1010 | 11010 | 10100010 | 100000 | 111110 |
Color Harmonies of #7EBDAA
Complementary color
Monochromatic Colors of #7EBDAA
Black with #7EBDAA
Text Example
Text Example
White with #7EBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDAA; }
p { color: rgb(126,189,170); }
H1.HeaderClassName
{
color: #7EBDAA;
}
.AnyTagClassName
{
color: #7EBDAA;
}
</style>
background-color css
<style>
a { background-color: #7EBDAA; }
a { background-color: rgb(126,189,170); }
div.DivClassName
{
background-color: #7EBDAA;
}
.BgClassName
{
background-color: #7EBDAA;
}
</style>
border-color css
<style>
span { border-color: #7EBDAA; }
span { border-color: rgb(126,189,170); }
td.TdClassName
{
border-color: #7EBDAA;
}
.TagClassName
{
border-color: #7EBDAA;
}
</style>