Shades of Monte Carlo #7ACEAC
Tints of Monte Carlo #7ACEAC
RGB
CMYK
RGB Variations
Color information
#7ACEAC (or 0x7ACEAC) is known color: Monte Carlo. HEX triplet: 7A, CE and AC. RGB value is (122,206,172). Sum of RGB (Red+Green+Blue) = 122+206+172=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACEAC is #853153. Grayscale: #B1B1B1. Windows color (decimal): -8728916 or 11325050. OLE color: 11325050.
HSL color Cylindrical-coordinate representation of color #7ACEAC: hue angle of 155.71º 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 #7ACEAC is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 172 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.19 |
| HSL | 155.71º | 0.46% | 0.64% | - |
| HSV(B) | 155.71º | 0.41% | 0.81% | - |
| XYZ | 37.54 | 51.26 | 46.94 | - |
| YUV | 177.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 172 | 0.41 | 0 | 0.17 | 0.19 | 155.71 | 0.46 | 0.64 |
| Hex | 7A | CE | AC | 29 | 0 | 11 | 13 | 9C | 2E | 40 |
| Octal | 172 | 316 | 254 | 51 | 0 | 21 | 23 | 234 | 56 | 100 |
| Binary | 1111010 | 11001110 | 10101100 | 101001 | 0 | 10001 | 10011 | 10011100 | 101110 | 1000000 |
Color Harmonies of #7ACEAC
Complementary color
Monochromatic Colors of #7ACEAC
Black with #7ACEAC
Text Example
Text Example
White with #7ACEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEAC; }
p { color: rgb(122,206,172); }
H1.HeaderClassName
{
color: #7ACEAC;
}
.AnyTagClassName
{
color: #7ACEAC;
}
</style>
background-color css
<style>
a { background-color: #7ACEAC; }
a { background-color: rgb(122,206,172); }
div.DivClassName
{
background-color: #7ACEAC;
}
.BgClassName
{
background-color: #7ACEAC;
}
</style>
border-color css
<style>
span { border-color: #7ACEAC; }
span { border-color: rgb(122,206,172); }
td.TdClassName
{
border-color: #7ACEAC;
}
.TagClassName
{
border-color: #7ACEAC;
}
</style>