Shades of Monte Carlo #7AC0AC
Tints of Monte Carlo #7AC0AC
RGB
CMYK
RGB Variations
Color information
#7AC0AC (or 0x7AC0AC) is known color: Monte Carlo. HEX triplet: 7A, C0 and AC. RGB value is (122,192,172). Sum of RGB (Red+Green+Blue) = 122+192+172=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC0AC is #853F53. Grayscale: #A8A8A8. Windows color (decimal): -8732500 or 11321466. OLE color: 11321466.
HSL color Cylindrical-coordinate representation of color #7AC0AC: hue angle of 162.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC0AC is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 172 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.25 |
| HSL | 162.86º | 0.36% | 0.62% | - |
| HSV(B) | 162.86º | 0.36% | 0.75% | - |
| XYZ | 34.32 | 44.82 | 45.87 | - |
| YUV | 168.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 172 | 0.36 | 0 | 0.10 | 0.25 | 162.86 | 0.36 | 0.62 |
| Hex | 7A | C0 | AC | 24 | 0 | A | 19 | A3 | 24 | 3E |
| Octal | 172 | 300 | 254 | 44 | 0 | 12 | 31 | 243 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10101100 | 100100 | 0 | 1010 | 11001 | 10100011 | 100100 | 111110 |
Color Harmonies of #7AC0AC
Complementary color
Monochromatic Colors of #7AC0AC
Black with #7AC0AC
Text Example
Text Example
White with #7AC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0AC; }
p { color: rgb(122,192,172); }
H1.HeaderClassName
{
color: #7AC0AC;
}
.AnyTagClassName
{
color: #7AC0AC;
}
</style>
background-color css
<style>
a { background-color: #7AC0AC; }
a { background-color: rgb(122,192,172); }
div.DivClassName
{
background-color: #7AC0AC;
}
.BgClassName
{
background-color: #7AC0AC;
}
</style>
border-color css
<style>
span { border-color: #7AC0AC; }
span { border-color: rgb(122,192,172); }
td.TdClassName
{
border-color: #7AC0AC;
}
.TagClassName
{
border-color: #7AC0AC;
}
</style>