Shades of Monte Carlo #7ACEAB
Tints of Monte Carlo #7ACEAB
RGB
CMYK
RGB Variations
Color information
#7ACEAB (or 0x7ACEAB) is known color: Monte Carlo. HEX triplet: 7A, CE and AB. RGB value is (122,206,171). Sum of RGB (Red+Green+Blue) = 122+206+171=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEAB is #853154. Grayscale: #B0B0B0. Windows color (decimal): -8728917 or 11259514. OLE color: 11259514.
HSL color Cylindrical-coordinate representation of color #7ACEAB: hue angle of 155º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACEAB is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 171 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.19 |
| HSL | 155º | 0.46% | 0.64% | - |
| HSV(B) | 155º | 0.41% | 0.81% | - |
| XYZ | 37.45 | 51.22 | 46.44 | - |
| YUV | 176.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 171 | 0.41 | 0 | 0.17 | 0.19 | 155 | 0.46 | 0.64 |
| Hex | 7A | CE | AB | 29 | 0 | 11 | 13 | 9B | 2E | 40 |
| Octal | 172 | 316 | 253 | 51 | 0 | 21 | 23 | 233 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10101011 | 101001 | 0 | 10001 | 10011 | 10011011 | 101110 | 1000000 |
Color Harmonies of #7ACEAB
Complementary color
Monochromatic Colors of #7ACEAB
Black with #7ACEAB
Text Example
Text Example
White with #7ACEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEAB; }
p { color: rgb(122,206,171); }
H1.HeaderClassName
{
color: #7ACEAB;
}
.AnyTagClassName
{
color: #7ACEAB;
}
</style>
background-color css
<style>
a { background-color: #7ACEAB; }
a { background-color: rgb(122,206,171); }
div.DivClassName
{
background-color: #7ACEAB;
}
.BgClassName
{
background-color: #7ACEAB;
}
</style>
border-color css
<style>
span { border-color: #7ACEAB; }
span { border-color: rgb(122,206,171); }
td.TdClassName
{
border-color: #7ACEAB;
}
.TagClassName
{
border-color: #7ACEAB;
}
</style>