Shades of Monte Carlo #7ABCAF
Tints of Monte Carlo #7ABCAF
RGB
CMYK
RGB Variations
Color information
#7ABCAF (or 0x7ABCAF) is known color: Monte Carlo. HEX triplet: 7A, BC and AF. RGB value is (122,188,175). Sum of RGB (Red+Green+Blue) = 122+188+175=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCAF is #854350. Grayscale: #A6A6A6. Windows color (decimal): -8733521 or 11517050. OLE color: 11517050.
HSL color Cylindrical-coordinate representation of color #7ABCAF: hue angle of 168.18º 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 #7ABCAF is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 175 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.26 |
| HSL | 168.18º | 0.33% | 0.61% | - |
| HSV(B) | 168.18º | 0.35% | 0.74% | - |
| XYZ | 33.75 | 43.2 | 47.12 | - |
| YUV | 166.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 175 | 0.35 | 0 | 0.07 | 0.26 | 168.18 | 0.33 | 0.61 |
| Hex | 7A | BC | AF | 23 | 0 | 7 | 1A | A8 | 21 | 3D |
| Octal | 172 | 274 | 257 | 43 | 0 | 7 | 32 | 250 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10101111 | 100011 | 0 | 111 | 11010 | 10101000 | 100001 | 111101 |
Color Harmonies of #7ABCAF
Complementary color
Monochromatic Colors of #7ABCAF
Black with #7ABCAF
Text Example
Text Example
White with #7ABCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCAF; }
p { color: rgb(122,188,175); }
H1.HeaderClassName
{
color: #7ABCAF;
}
.AnyTagClassName
{
color: #7ABCAF;
}
</style>
background-color css
<style>
a { background-color: #7ABCAF; }
a { background-color: rgb(122,188,175); }
div.DivClassName
{
background-color: #7ABCAF;
}
.BgClassName
{
background-color: #7ABCAF;
}
</style>
border-color css
<style>
span { border-color: #7ABCAF; }
span { border-color: rgb(122,188,175); }
td.TdClassName
{
border-color: #7ABCAF;
}
.TagClassName
{
border-color: #7ABCAF;
}
</style>