Shades of Monte Carlo #7ABCBA
Tints of Monte Carlo #7ABCBA
RGB
CMYK
RGB Variations
Color information
#7ABCBA (or 0x7ABCBA) is known color: Monte Carlo. HEX triplet: 7A, BC and BA. RGB value is (122,188,186). Sum of RGB (Red+Green+Blue) = 122+188+186=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCBA is #854345. Grayscale: #A7A7A7. Windows color (decimal): -8733510 or 12237946. OLE color: 12237946.
HSL color Cylindrical-coordinate representation of color #7ABCBA: hue angle of 178.18º 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 #7ABCBA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 186 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.26 |
| HSL | 178.18º | 0.33% | 0.61% | - |
| HSV(B) | 178.18º | 0.35% | 0.74% | - |
| XYZ | 34.87 | 43.65 | 53.04 | - |
| YUV | 168.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 186 | 0.35 | 0 | 0.01 | 0.26 | 178.18 | 0.33 | 0.61 |
| Hex | 7A | BC | BA | 23 | 0 | 1 | 1A | B2 | 21 | 3D |
| Octal | 172 | 274 | 272 | 43 | 0 | 1 | 32 | 262 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10111010 | 100011 | 0 | 1 | 11010 | 10110010 | 100001 | 111101 |
Color Harmonies of #7ABCBA
Complementary color
Monochromatic Colors of #7ABCBA
Black with #7ABCBA
Text Example
Text Example
White with #7ABCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCBA; }
p { color: rgb(122,188,186); }
H1.HeaderClassName
{
color: #7ABCBA;
}
.AnyTagClassName
{
color: #7ABCBA;
}
</style>
background-color css
<style>
a { background-color: #7ABCBA; }
a { background-color: rgb(122,188,186); }
div.DivClassName
{
background-color: #7ABCBA;
}
.BgClassName
{
background-color: #7ABCBA;
}
</style>
border-color css
<style>
span { border-color: #7ABCBA; }
span { border-color: rgb(122,188,186); }
td.TdClassName
{
border-color: #7ABCBA;
}
.TagClassName
{
border-color: #7ABCBA;
}
</style>