Shades of Monte Carlo #7ABCBB
Tints of Monte Carlo #7ABCBB
RGB
CMYK
RGB Variations
Color information
#7ABCBB (or 0x7ABCBB) is known color: Monte Carlo. HEX triplet: 7A, BC and BB. RGB value is (122,188,187). Sum of RGB (Red+Green+Blue) = 122+188+187=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCBB is #854344. Grayscale: #A8A8A8. Windows color (decimal): -8733509 or 12303482. OLE color: 12303482.
HSL color Cylindrical-coordinate representation of color #7ABCBB: hue angle of 179.09º 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 #7ABCBB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 187 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.26 |
| HSL | 179.09º | 0.33% | 0.61% | - |
| HSV(B) | 179.09º | 0.35% | 0.74% | - |
| XYZ | 34.98 | 43.69 | 53.6 | - |
| YUV | 168.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 187 | 0.35 | 0 | 0.01 | 0.26 | 179.09 | 0.33 | 0.61 |
| Hex | 7A | BC | BB | 23 | 0 | 1 | 1A | B3 | 21 | 3D |
| Octal | 172 | 274 | 273 | 43 | 0 | 1 | 32 | 263 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10111011 | 100011 | 0 | 1 | 11010 | 10110011 | 100001 | 111101 |
Color Harmonies of #7ABCBB
Complementary color
Monochromatic Colors of #7ABCBB
Black with #7ABCBB
Text Example
Text Example
White with #7ABCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCBB; }
p { color: rgb(122,188,187); }
H1.HeaderClassName
{
color: #7ABCBB;
}
.AnyTagClassName
{
color: #7ABCBB;
}
</style>
background-color css
<style>
a { background-color: #7ABCBB; }
a { background-color: rgb(122,188,187); }
div.DivClassName
{
background-color: #7ABCBB;
}
.BgClassName
{
background-color: #7ABCBB;
}
</style>
border-color css
<style>
span { border-color: #7ABCBB; }
span { border-color: rgb(122,188,187); }
td.TdClassName
{
border-color: #7ABCBB;
}
.TagClassName
{
border-color: #7ABCBB;
}
</style>