Shades of Monte Carlo #7ABDAC
Tints of Monte Carlo #7ABDAC
RGB
CMYK
RGB Variations
Color information
#7ABDAC (or 0x7ABDAC) is known color: Monte Carlo. HEX triplet: 7A, BD and AC. RGB value is (122,189,172). Sum of RGB (Red+Green+Blue) = 122+189+172=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDAC is #854253. Grayscale: #A7A7A7. Windows color (decimal): -8733268 or 11320698. OLE color: 11320698.
HSL color Cylindrical-coordinate representation of color #7ABDAC: hue angle of 164.78º 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 #7ABDAC is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 172 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.26 |
| HSL | 164.78º | 0.34% | 0.61% | - |
| HSV(B) | 164.78º | 0.35% | 0.74% | - |
| XYZ | 33.67 | 43.51 | 45.65 | - |
| YUV | 167.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 172 | 0.35 | 0 | 0.09 | 0.26 | 164.78 | 0.34 | 0.61 |
| Hex | 7A | BD | AC | 23 | 0 | 9 | 1A | A5 | 22 | 3D |
| Octal | 172 | 275 | 254 | 43 | 0 | 11 | 32 | 245 | 42 | 75 |
| Binary | 1111010 | 10111101 | 10101100 | 100011 | 0 | 1001 | 11010 | 10100101 | 100010 | 111101 |
Color Harmonies of #7ABDAC
Complementary color
Monochromatic Colors of #7ABDAC
Black with #7ABDAC
Text Example
Text Example
White with #7ABDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDAC; }
p { color: rgb(122,189,172); }
H1.HeaderClassName
{
color: #7ABDAC;
}
.AnyTagClassName
{
color: #7ABDAC;
}
</style>
background-color css
<style>
a { background-color: #7ABDAC; }
a { background-color: rgb(122,189,172); }
div.DivClassName
{
background-color: #7ABDAC;
}
.BgClassName
{
background-color: #7ABDAC;
}
</style>
border-color css
<style>
span { border-color: #7ABDAC; }
span { border-color: rgb(122,189,172); }
td.TdClassName
{
border-color: #7ABDAC;
}
.TagClassName
{
border-color: #7ABDAC;
}
</style>