Shades of Monte Carlo #7AC8AA
Tints of Monte Carlo #7AC8AA
RGB
CMYK
RGB Variations
Color information
#7AC8AA (or 0x7AC8AA) is known color: Monte Carlo. HEX triplet: 7A, C8 and AA. RGB value is (122,200,170). Sum of RGB (Red+Green+Blue) = 122+200+170=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC8AA is #853755. Grayscale: #ADADAD. Windows color (decimal): -8730454 or 11192442. OLE color: 11192442.
HSL color Cylindrical-coordinate representation of color #7AC8AA: hue angle of 156.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC8AA is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 170 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.22 |
| HSL | 156.92º | 0.41% | 0.63% | - |
| HSV(B) | 156.92º | 0.39% | 0.78% | - |
| XYZ | 35.94 | 48.35 | 45.47 | - |
| YUV | 173.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 170 | 0.39 | 0 | 0.15 | 0.22 | 156.92 | 0.41 | 0.63 |
| Hex | 7A | C8 | AA | 27 | 0 | F | 16 | 9D | 29 | 3F |
| Octal | 172 | 310 | 252 | 47 | 0 | 17 | 26 | 235 | 51 | 77 |
| Binary | 1111010 | 11001000 | 10101010 | 100111 | 0 | 1111 | 10110 | 10011101 | 101001 | 111111 |
Color Harmonies of #7AC8AA
Complementary color
Monochromatic Colors of #7AC8AA
Black with #7AC8AA
Text Example
Text Example
White with #7AC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC8AA; }
p { color: rgb(122,200,170); }
H1.HeaderClassName
{
color: #7AC8AA;
}
.AnyTagClassName
{
color: #7AC8AA;
}
</style>
background-color css
<style>
a { background-color: #7AC8AA; }
a { background-color: rgb(122,200,170); }
div.DivClassName
{
background-color: #7AC8AA;
}
.BgClassName
{
background-color: #7AC8AA;
}
</style>
border-color css
<style>
span { border-color: #7AC8AA; }
span { border-color: rgb(122,200,170); }
td.TdClassName
{
border-color: #7AC8AA;
}
.TagClassName
{
border-color: #7AC8AA;
}
</style>