Shades of Monte Carlo #7ABCAA
Tints of Monte Carlo #7ABCAA
RGB
CMYK
RGB Variations
Color information
#7ABCAA (or 0x7ABCAA) is known color: Monte Carlo. HEX triplet: 7A, BC and AA. RGB value is (122,188,170). Sum of RGB (Red+Green+Blue) = 122+188+170=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCAA is #854355. Grayscale: #A6A6A6. Windows color (decimal): -8733526 or 11189370. OLE color: 11189370.
HSL color Cylindrical-coordinate representation of color #7ABCAA: hue angle of 163.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABCAA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 170 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.26 |
| HSL | 163.64º | 0.33% | 0.61% | - |
| HSV(B) | 163.64º | 0.35% | 0.74% | - |
| XYZ | 33.26 | 43.01 | 44.58 | - |
| YUV | 166.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 170 | 0.35 | 0 | 0.10 | 0.26 | 163.64 | 0.33 | 0.61 |
| Hex | 7A | BC | AA | 23 | 0 | A | 1A | A4 | 21 | 3D |
| Octal | 172 | 274 | 252 | 43 | 0 | 12 | 32 | 244 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10101010 | 100011 | 0 | 1010 | 11010 | 10100100 | 100001 | 111101 |
Color Harmonies of #7ABCAA
Complementary color
Monochromatic Colors of #7ABCAA
Black with #7ABCAA
Text Example
Text Example
White with #7ABCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCAA; }
p { color: rgb(122,188,170); }
H1.HeaderClassName
{
color: #7ABCAA;
}
.AnyTagClassName
{
color: #7ABCAA;
}
</style>
background-color css
<style>
a { background-color: #7ABCAA; }
a { background-color: rgb(122,188,170); }
div.DivClassName
{
background-color: #7ABCAA;
}
.BgClassName
{
background-color: #7ABCAA;
}
</style>
border-color css
<style>
span { border-color: #7ABCAA; }
span { border-color: rgb(122,188,170); }
td.TdClassName
{
border-color: #7ABCAA;
}
.TagClassName
{
border-color: #7ABCAA;
}
</style>