Shades of Monte Carlo #7ABCB7
Tints of Monte Carlo #7ABCB7
RGB
CMYK
RGB Variations
Color information
#7ABCB7 (or 0x7ABCB7) is known color: Monte Carlo. HEX triplet: 7A, BC and B7. RGB value is (122,188,183). Sum of RGB (Red+Green+Blue) = 122+188+183=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCB7 is #854348. Grayscale: #A7A7A7. Windows color (decimal): -8733513 or 12041338. OLE color: 12041338.
HSL color Cylindrical-coordinate representation of color #7ABCB7: hue angle of 175.45º 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 #7ABCB7 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 183 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.26 |
| HSL | 175.45º | 0.33% | 0.61% | - |
| HSV(B) | 175.45º | 0.35% | 0.74% | - |
| XYZ | 34.56 | 43.52 | 51.38 | - |
| YUV | 167.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 183 | 0.35 | 0 | 0.03 | 0.26 | 175.45 | 0.33 | 0.61 |
| Hex | 7A | BC | B7 | 23 | 0 | 3 | 1A | AF | 21 | 3D |
| Octal | 172 | 274 | 267 | 43 | 0 | 3 | 32 | 257 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10110111 | 100011 | 0 | 11 | 11010 | 10101111 | 100001 | 111101 |
Color Harmonies of #7ABCB7
Complementary color
Monochromatic Colors of #7ABCB7
Black with #7ABCB7
Text Example
Text Example
White with #7ABCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCB7; }
p { color: rgb(122,188,183); }
H1.HeaderClassName
{
color: #7ABCB7;
}
.AnyTagClassName
{
color: #7ABCB7;
}
</style>
background-color css
<style>
a { background-color: #7ABCB7; }
a { background-color: rgb(122,188,183); }
div.DivClassName
{
background-color: #7ABCB7;
}
.BgClassName
{
background-color: #7ABCB7;
}
</style>
border-color css
<style>
span { border-color: #7ABCB7; }
span { border-color: rgb(122,188,183); }
td.TdClassName
{
border-color: #7ABCB7;
}
.TagClassName
{
border-color: #7ABCB7;
}
</style>