Shades of Monte Carlo #7EBCAC
Tints of Monte Carlo #7EBCAC
RGB
CMYK
RGB Variations
Color information
#7EBCAC (or 0x7EBCAC) is known color: Monte Carlo. HEX triplet: 7E, BC and AC. RGB value is (126,188,172). Sum of RGB (Red+Green+Blue) = 126+188+172=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBCAC is #814353. Grayscale: #A7A7A7. Windows color (decimal): -8471380 or 11320446. OLE color: 11320446.
HSL color Cylindrical-coordinate representation of color #7EBCAC: hue angle of 164.52º 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 #7EBCAC is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 172 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.26 |
| HSL | 164.52º | 0.32% | 0.62% | - |
| HSV(B) | 164.52º | 0.33% | 0.74% | - |
| XYZ | 34.03 | 43.38 | 45.61 | - |
| YUV | 167.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 172 | 0.33 | 0 | 0.09 | 0.26 | 164.52 | 0.32 | 0.62 |
| Hex | 7E | BC | AC | 21 | 0 | 9 | 1A | A5 | 20 | 3E |
| Octal | 176 | 274 | 254 | 41 | 0 | 11 | 32 | 245 | 40 | 76 |
| Binary | 1111110 | 10111100 | 10101100 | 100001 | 0 | 1001 | 11010 | 10100101 | 100000 | 111110 |
Color Harmonies of #7EBCAC
Complementary color
Monochromatic Colors of #7EBCAC
Black with #7EBCAC
Text Example
Text Example
White with #7EBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBCAC; }
p { color: rgb(126,188,172); }
H1.HeaderClassName
{
color: #7EBCAC;
}
.AnyTagClassName
{
color: #7EBCAC;
}
</style>
background-color css
<style>
a { background-color: #7EBCAC; }
a { background-color: rgb(126,188,172); }
div.DivClassName
{
background-color: #7EBCAC;
}
.BgClassName
{
background-color: #7EBCAC;
}
</style>
border-color css
<style>
span { border-color: #7EBCAC; }
span { border-color: rgb(126,188,172); }
td.TdClassName
{
border-color: #7EBCAC;
}
.TagClassName
{
border-color: #7EBCAC;
}
</style>