Shades of Monte Carlo #7ABDAA
Tints of Monte Carlo #7ABDAA
RGB
CMYK
RGB Variations
Color information
#7ABDAA (or 0x7ABDAA) is known color: Monte Carlo. HEX triplet: 7A, BD and AA. RGB value is (122,189,170). Sum of RGB (Red+Green+Blue) = 122+189+170=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDAA is #854255. Grayscale: #A6A6A6. Windows color (decimal): -8733270 or 11189626. OLE color: 11189626.
HSL color Cylindrical-coordinate representation of color #7ABDAA: hue angle of 162.99º 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 #7ABDAA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 170 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.26 |
| HSL | 162.99º | 0.34% | 0.61% | - |
| HSV(B) | 162.99º | 0.35% | 0.74% | - |
| XYZ | 33.48 | 43.44 | 44.65 | - |
| YUV | 166.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 170 | 0.35 | 0 | 0.10 | 0.26 | 162.99 | 0.34 | 0.61 |
| Hex | 7A | BD | AA | 23 | 0 | A | 1A | A3 | 22 | 3D |
| Octal | 172 | 275 | 252 | 43 | 0 | 12 | 32 | 243 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10101010 | 100011 | 0 | 1010 | 11010 | 10100011 | 100010 | 111101 |
Color Harmonies of #7ABDAA
Complementary color
Monochromatic Colors of #7ABDAA
Black with #7ABDAA
Text Example
Text Example
White with #7ABDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDAA; }
p { color: rgb(122,189,170); }
H1.HeaderClassName
{
color: #7ABDAA;
}
.AnyTagClassName
{
color: #7ABDAA;
}
</style>
background-color css
<style>
a { background-color: #7ABDAA; }
a { background-color: rgb(122,189,170); }
div.DivClassName
{
background-color: #7ABDAA;
}
.BgClassName
{
background-color: #7ABDAA;
}
</style>
border-color css
<style>
span { border-color: #7ABDAA; }
span { border-color: rgb(122,189,170); }
td.TdClassName
{
border-color: #7ABDAA;
}
.TagClassName
{
border-color: #7ABDAA;
}
</style>