Shades of Monte Carlo #7ABDA9
Tints of Monte Carlo #7ABDA9
RGB
CMYK
RGB Variations
Color information
#7ABDA9 (or 0x7ABDA9) is known color: Monte Carlo. HEX triplet: 7A, BD and A9. RGB value is (122,189,169). Sum of RGB (Red+Green+Blue) = 122+189+169=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDA9 is #854256. Grayscale: #A6A6A6. Windows color (decimal): -8733271 or 11124090. OLE color: 11124090.
HSL color Cylindrical-coordinate representation of color #7ABDA9: hue angle of 162.09º 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 #7ABDA9 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 169 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.26 |
| HSL | 162.09º | 0.34% | 0.61% | - |
| HSV(B) | 162.09º | 0.35% | 0.74% | - |
| XYZ | 33.39 | 43.4 | 44.15 | - |
| YUV | 166.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 169 | 0.35 | 0 | 0.11 | 0.26 | 162.09 | 0.34 | 0.61 |
| Hex | 7A | BD | A9 | 23 | 0 | B | 1A | A2 | 22 | 3D |
| Octal | 172 | 275 | 251 | 43 | 0 | 13 | 32 | 242 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10101001 | 100011 | 0 | 1011 | 11010 | 10100010 | 100010 | 111101 |
Color Harmonies of #7ABDA9
Complementary color
Monochromatic Colors of #7ABDA9
Black with #7ABDA9
Text Example
Text Example
White with #7ABDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDA9; }
p { color: rgb(122,189,169); }
H1.HeaderClassName
{
color: #7ABDA9;
}
.AnyTagClassName
{
color: #7ABDA9;
}
</style>
background-color css
<style>
a { background-color: #7ABDA9; }
a { background-color: rgb(122,189,169); }
div.DivClassName
{
background-color: #7ABDA9;
}
.BgClassName
{
background-color: #7ABDA9;
}
</style>
border-color css
<style>
span { border-color: #7ABDA9; }
span { border-color: rgb(122,189,169); }
td.TdClassName
{
border-color: #7ABDA9;
}
.TagClassName
{
border-color: #7ABDA9;
}
</style>