Shades of Monte Carlo #7ABAB1
Tints of Monte Carlo #7ABAB1
RGB
CMYK
RGB Variations
Color information
#7ABAB1 (or 0x7ABAB1) is known color: Monte Carlo. HEX triplet: 7A, BA and B1. RGB value is (122,186,177). Sum of RGB (Red+Green+Blue) = 122+186+177=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAB1 is #85454E. Grayscale: #A5A5A5. Windows color (decimal): -8734031 or 11647610. OLE color: 11647610.
HSL color Cylindrical-coordinate representation of color #7ABAB1: hue angle of 171.56º 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 #7ABAB1 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 177 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.27 |
| HSL | 171.56º | 0.32% | 0.6% | - |
| HSV(B) | 171.56º | 0.34% | 0.73% | - |
| XYZ | 33.52 | 42.43 | 48.02 | - |
| YUV | 165.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 177 | 0.34 | 0 | 0.05 | 0.27 | 171.56 | 0.32 | 0.6 |
| Hex | 7A | BA | B1 | 22 | 0 | 5 | 1B | AC | 20 | 3C |
| Octal | 172 | 272 | 261 | 42 | 0 | 5 | 33 | 254 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10110001 | 100010 | 0 | 101 | 11011 | 10101100 | 100000 | 111100 |
Color Harmonies of #7ABAB1
Complementary color
Monochromatic Colors of #7ABAB1
Black with #7ABAB1
Text Example
Text Example
White with #7ABAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAB1; }
p { color: rgb(122,186,177); }
H1.HeaderClassName
{
color: #7ABAB1;
}
.AnyTagClassName
{
color: #7ABAB1;
}
</style>
background-color css
<style>
a { background-color: #7ABAB1; }
a { background-color: rgb(122,186,177); }
div.DivClassName
{
background-color: #7ABAB1;
}
.BgClassName
{
background-color: #7ABAB1;
}
</style>
border-color css
<style>
span { border-color: #7ABAB1; }
span { border-color: rgb(122,186,177); }
td.TdClassName
{
border-color: #7ABAB1;
}
.TagClassName
{
border-color: #7ABAB1;
}
</style>