Shades of Monte Carlo #7AC0A5
Tints of Monte Carlo #7AC0A5
RGB
CMYK
RGB Variations
Color information
#7AC0A5 (or 0x7AC0A5) is known color: Monte Carlo. HEX triplet: 7A, C0 and A5. RGB value is (122,192,165). Sum of RGB (Red+Green+Blue) = 122+192+165=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC0A5 is #853F5A. Grayscale: #A8A8A8. Windows color (decimal): -8732507 or 10862714. OLE color: 10862714.
HSL color Cylindrical-coordinate representation of color #7AC0A5: hue angle of 156.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 #7AC0A5 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 165 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.25 |
| HSL | 156.86º | 0.36% | 0.62% | - |
| HSV(B) | 156.86º | 0.36% | 0.75% | - |
| XYZ | 33.67 | 44.55 | 42.42 | - |
| YUV | 167.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 165 | 0.36 | 0 | 0.14 | 0.25 | 156.86 | 0.36 | 0.62 |
| Hex | 7A | C0 | A5 | 24 | 0 | E | 19 | 9D | 24 | 3E |
| Octal | 172 | 300 | 245 | 44 | 0 | 16 | 31 | 235 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10100101 | 100100 | 0 | 1110 | 11001 | 10011101 | 100100 | 111110 |
Color Harmonies of #7AC0A5
Complementary color
Monochromatic Colors of #7AC0A5
Black with #7AC0A5
Text Example
Text Example
White with #7AC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0A5; }
p { color: rgb(122,192,165); }
H1.HeaderClassName
{
color: #7AC0A5;
}
.AnyTagClassName
{
color: #7AC0A5;
}
</style>
background-color css
<style>
a { background-color: #7AC0A5; }
a { background-color: rgb(122,192,165); }
div.DivClassName
{
background-color: #7AC0A5;
}
.BgClassName
{
background-color: #7AC0A5;
}
</style>
border-color css
<style>
span { border-color: #7AC0A5; }
span { border-color: rgb(122,192,165); }
td.TdClassName
{
border-color: #7AC0A5;
}
.TagClassName
{
border-color: #7AC0A5;
}
</style>