Shades of Monte Carlo #7AC1A6
Tints of Monte Carlo #7AC1A6
RGB
CMYK
RGB Variations
Color information
#7AC1A6 (or 0x7AC1A6) is known color: Monte Carlo. HEX triplet: 7A, C1 and A6. RGB value is (122,193,166). Sum of RGB (Red+Green+Blue) = 122+193+166=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC1A6 is #853E59. Grayscale: #A8A8A8. Windows color (decimal): -8732250 or 10928506. OLE color: 10928506.
HSL color Cylindrical-coordinate representation of color #7AC1A6: hue angle of 157.18º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC1A6 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 166 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.24 |
| HSL | 157.18º | 0.36% | 0.62% | - |
| HSV(B) | 157.18º | 0.37% | 0.76% | - |
| XYZ | 33.98 | 45.03 | 42.98 | - |
| YUV | 168.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 166 | 0.37 | 0 | 0.14 | 0.24 | 157.18 | 0.36 | 0.62 |
| Hex | 7A | C1 | A6 | 25 | 0 | E | 18 | 9D | 24 | 3E |
| Octal | 172 | 301 | 246 | 45 | 0 | 16 | 30 | 235 | 44 | 76 |
| Binary | 1111010 | 11000001 | 10100110 | 100101 | 0 | 1110 | 11000 | 10011101 | 100100 | 111110 |
Color Harmonies of #7AC1A6
Complementary color
Monochromatic Colors of #7AC1A6
Black with #7AC1A6
Text Example
Text Example
White with #7AC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC1A6; }
p { color: rgb(122,193,166); }
H1.HeaderClassName
{
color: #7AC1A6;
}
.AnyTagClassName
{
color: #7AC1A6;
}
</style>
background-color css
<style>
a { background-color: #7AC1A6; }
a { background-color: rgb(122,193,166); }
div.DivClassName
{
background-color: #7AC1A6;
}
.BgClassName
{
background-color: #7AC1A6;
}
</style>
border-color css
<style>
span { border-color: #7AC1A6; }
span { border-color: rgb(122,193,166); }
td.TdClassName
{
border-color: #7AC1A6;
}
.TagClassName
{
border-color: #7AC1A6;
}
</style>