Shades of Monte Carlo #7ABDAB
Tints of Monte Carlo #7ABDAB
RGB
CMYK
RGB Variations
Color information
#7ABDAB (or 0x7ABDAB) is known color: Monte Carlo. HEX triplet: 7A, BD and AB. RGB value is (122,189,171). Sum of RGB (Red+Green+Blue) = 122+189+171=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDAB is #854254. Grayscale: #A6A6A6. Windows color (decimal): -8733269 or 11255162. OLE color: 11255162.
HSL color Cylindrical-coordinate representation of color #7ABDAB: hue angle of 163.88º degrees, saturation: 0.34, 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 #7ABDAB is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 171 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.26 |
| HSL | 163.88º | 0.34% | 0.61% | - |
| HSV(B) | 163.88º | 0.35% | 0.74% | - |
| XYZ | 33.57 | 43.47 | 45.15 | - |
| YUV | 166.92 | 130.3 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 171 | 0.35 | 0 | 0.10 | 0.26 | 163.88 | 0.34 | 0.61 |
| Hex | 7A | BD | AB | 23 | 0 | A | 1A | A4 | 22 | 3D |
| Octal | 172 | 275 | 253 | 43 | 0 | 12 | 32 | 244 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10101011 | 100011 | 0 | 1010 | 11010 | 10100100 | 100010 | 111101 |
Color Harmonies of #7ABDAB
Complementary color
Monochromatic Colors of #7ABDAB
Black with #7ABDAB
Text Example
Text Example
White with #7ABDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDAB; }
p { color: rgb(122,189,171); }
H1.HeaderClassName
{
color: #7ABDAB;
}
.AnyTagClassName
{
color: #7ABDAB;
}
</style>
background-color css
<style>
a { background-color: #7ABDAB; }
a { background-color: rgb(122,189,171); }
div.DivClassName
{
background-color: #7ABDAB;
}
.BgClassName
{
background-color: #7ABDAB;
}
</style>
border-color css
<style>
span { border-color: #7ABDAB; }
span { border-color: rgb(122,189,171); }
td.TdClassName
{
border-color: #7ABDAB;
}
.TagClassName
{
border-color: #7ABDAB;
}
</style>