Shades of Monte Carlo #7ABAB5
Tints of Monte Carlo #7ABAB5
RGB
CMYK
RGB Variations
Color information
#7ABAB5 (or 0x7ABAB5) is known color: Monte Carlo. HEX triplet: 7A, BA and B5. RGB value is (122,186,181). Sum of RGB (Red+Green+Blue) = 122+186+181=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABAB5 is #85454A. Grayscale: #A6A6A6. Windows color (decimal): -8734027 or 11909754. OLE color: 11909754.
HSL color Cylindrical-coordinate representation of color #7ABAB5: hue angle of 175.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABAB5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 181 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.27 |
| HSL | 175.31º | 0.32% | 0.6% | - |
| HSV(B) | 175.31º | 0.34% | 0.73% | - |
| XYZ | 33.93 | 42.59 | 50.15 | - |
| YUV | 166.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 181 | 0.34 | 0 | 0.03 | 0.27 | 175.31 | 0.32 | 0.6 |
| Hex | 7A | BA | B5 | 22 | 0 | 3 | 1B | AF | 20 | 3C |
| Octal | 172 | 272 | 265 | 42 | 0 | 3 | 33 | 257 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10110101 | 100010 | 0 | 11 | 11011 | 10101111 | 100000 | 111100 |
Color Harmonies of #7ABAB5
Complementary color
Monochromatic Colors of #7ABAB5
Black with #7ABAB5
Text Example
Text Example
White with #7ABAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAB5; }
p { color: rgb(122,186,181); }
H1.HeaderClassName
{
color: #7ABAB5;
}
.AnyTagClassName
{
color: #7ABAB5;
}
</style>
background-color css
<style>
a { background-color: #7ABAB5; }
a { background-color: rgb(122,186,181); }
div.DivClassName
{
background-color: #7ABAB5;
}
.BgClassName
{
background-color: #7ABAB5;
}
</style>
border-color css
<style>
span { border-color: #7ABAB5; }
span { border-color: rgb(122,186,181); }
td.TdClassName
{
border-color: #7ABAB5;
}
.TagClassName
{
border-color: #7ABAB5;
}
</style>