Shades of Monte Carlo #7ABCB6
Tints of Monte Carlo #7ABCB6
RGB
CMYK
RGB Variations
Color information
#7ABCB6 (or 0x7ABCB6) is known color: Monte Carlo. HEX triplet: 7A, BC and B6. RGB value is (122,188,182). Sum of RGB (Red+Green+Blue) = 122+188+182=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCB6 is #854349. Grayscale: #A7A7A7. Windows color (decimal): -8733514 or 11975802. OLE color: 11975802.
HSL color Cylindrical-coordinate representation of color #7ABCB6: hue angle of 174.55º 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 #7ABCB6 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 182 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.26 |
| HSL | 174.55º | 0.33% | 0.61% | - |
| HSV(B) | 174.55º | 0.35% | 0.74% | - |
| XYZ | 34.45 | 43.48 | 50.83 | - |
| YUV | 167.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 182 | 0.35 | 0 | 0.03 | 0.26 | 174.55 | 0.33 | 0.61 |
| Hex | 7A | BC | B6 | 23 | 0 | 3 | 1A | AF | 21 | 3D |
| Octal | 172 | 274 | 266 | 43 | 0 | 3 | 32 | 257 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10110110 | 100011 | 0 | 11 | 11010 | 10101111 | 100001 | 111101 |
Color Harmonies of #7ABCB6
Complementary color
Monochromatic Colors of #7ABCB6
Black with #7ABCB6
Text Example
Text Example
White with #7ABCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCB6; }
p { color: rgb(122,188,182); }
H1.HeaderClassName
{
color: #7ABCB6;
}
.AnyTagClassName
{
color: #7ABCB6;
}
</style>
background-color css
<style>
a { background-color: #7ABCB6; }
a { background-color: rgb(122,188,182); }
div.DivClassName
{
background-color: #7ABCB6;
}
.BgClassName
{
background-color: #7ABCB6;
}
</style>
border-color css
<style>
span { border-color: #7ABCB6; }
span { border-color: rgb(122,188,182); }
td.TdClassName
{
border-color: #7ABCB6;
}
.TagClassName
{
border-color: #7ABCB6;
}
</style>