Shades of Monte Carlo #7ECEAB
Tints of Monte Carlo #7ECEAB
RGB
CMYK
RGB Variations
Color information
#7ECEAB (or 0x7ECEAB) is known color: Monte Carlo. HEX triplet: 7E, CE and AB. RGB value is (126,206,171). Sum of RGB (Red+Green+Blue) = 126+206+171=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEAB is #813154. Grayscale: #B2B2B2. Windows color (decimal): -8466773 or 11259518. OLE color: 11259518.
HSL color Cylindrical-coordinate representation of color #7ECEAB: hue angle of 153.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEAB is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 171 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.19 |
| HSL | 153.75º | 0.45% | 0.65% | - |
| HSV(B) | 153.75º | 0.39% | 0.81% | - |
| XYZ | 38.03 | 51.52 | 46.47 | - |
| YUV | 178.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 171 | 0.39 | 0 | 0.17 | 0.19 | 153.75 | 0.45 | 0.65 |
| Hex | 7E | CE | AB | 27 | 0 | 11 | 13 | 9A | 2D | 41 |
| Octal | 176 | 316 | 253 | 47 | 0 | 21 | 23 | 232 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10101011 | 100111 | 0 | 10001 | 10011 | 10011010 | 101101 | 1000001 |
Color Harmonies of #7ECEAB
Complementary color
Monochromatic Colors of #7ECEAB
Black with #7ECEAB
Text Example
Text Example
White with #7ECEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEAB; }
p { color: rgb(126,206,171); }
H1.HeaderClassName
{
color: #7ECEAB;
}
.AnyTagClassName
{
color: #7ECEAB;
}
</style>
background-color css
<style>
a { background-color: #7ECEAB; }
a { background-color: rgb(126,206,171); }
div.DivClassName
{
background-color: #7ECEAB;
}
.BgClassName
{
background-color: #7ECEAB;
}
</style>
border-color css
<style>
span { border-color: #7ECEAB; }
span { border-color: rgb(126,206,171); }
td.TdClassName
{
border-color: #7ECEAB;
}
.TagClassName
{
border-color: #7ECEAB;
}
</style>