Shades of Monte Carlo #7EBDAB
Tints of Monte Carlo #7EBDAB
RGB
CMYK
RGB Variations
Color information
#7EBDAB (or 0x7EBDAB) is known color: Monte Carlo. HEX triplet: 7E, BD and AB. RGB value is (126,189,171). Sum of RGB (Red+Green+Blue) = 126+189+171=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDAB is #814254. Grayscale: #A8A8A8. Windows color (decimal): -8471125 or 11255166. OLE color: 11255166.
HSL color Cylindrical-coordinate representation of color #7EBDAB: hue angle of 162.86º 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 #7EBDAB is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 171 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.26 |
| HSL | 162.86º | 0.32% | 0.62% | - |
| HSV(B) | 162.86º | 0.33% | 0.74% | - |
| XYZ | 34.15 | 43.77 | 45.18 | - |
| YUV | 168.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 171 | 0.33 | 0 | 0.10 | 0.26 | 162.86 | 0.32 | 0.62 |
| Hex | 7E | BD | AB | 21 | 0 | A | 1A | A3 | 20 | 3E |
| Octal | 176 | 275 | 253 | 41 | 0 | 12 | 32 | 243 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10101011 | 100001 | 0 | 1010 | 11010 | 10100011 | 100000 | 111110 |
Color Harmonies of #7EBDAB
Complementary color
Monochromatic Colors of #7EBDAB
Black with #7EBDAB
Text Example
Text Example
White with #7EBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDAB; }
p { color: rgb(126,189,171); }
H1.HeaderClassName
{
color: #7EBDAB;
}
.AnyTagClassName
{
color: #7EBDAB;
}
</style>
background-color css
<style>
a { background-color: #7EBDAB; }
a { background-color: rgb(126,189,171); }
div.DivClassName
{
background-color: #7EBDAB;
}
.BgClassName
{
background-color: #7EBDAB;
}
</style>
border-color css
<style>
span { border-color: #7EBDAB; }
span { border-color: rgb(126,189,171); }
td.TdClassName
{
border-color: #7EBDAB;
}
.TagClassName
{
border-color: #7EBDAB;
}
</style>