Shades of Monte Carlo #7AC1AD
Tints of Monte Carlo #7AC1AD
RGB
CMYK
RGB Variations
Color information
#7AC1AD (or 0x7AC1AD) is known color: Monte Carlo. HEX triplet: 7A, C1 and AD. RGB value is (122,193,173). Sum of RGB (Red+Green+Blue) = 122+193+173=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC1AD is #853E52. Grayscale: #A9A9A9. Windows color (decimal): -8732243 or 11387258. OLE color: 11387258.
HSL color Cylindrical-coordinate representation of color #7AC1AD: hue angle of 163.1º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC1AD is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 173 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.24 |
| HSL | 163.1º | 0.36% | 0.62% | - |
| HSV(B) | 163.1º | 0.37% | 0.76% | - |
| XYZ | 34.64 | 45.29 | 46.45 | - |
| YUV | 169.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 173 | 0.37 | 0 | 0.10 | 0.24 | 163.1 | 0.36 | 0.62 |
| Hex | 7A | C1 | AD | 25 | 0 | A | 18 | A3 | 24 | 3E |
| Octal | 172 | 301 | 255 | 45 | 0 | 12 | 30 | 243 | 44 | 76 |
| Binary | 1111010 | 11000001 | 10101101 | 100101 | 0 | 1010 | 11000 | 10100011 | 100100 | 111110 |
Color Harmonies of #7AC1AD
Complementary color
Monochromatic Colors of #7AC1AD
Black with #7AC1AD
Text Example
Text Example
White with #7AC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC1AD; }
p { color: rgb(122,193,173); }
H1.HeaderClassName
{
color: #7AC1AD;
}
.AnyTagClassName
{
color: #7AC1AD;
}
</style>
background-color css
<style>
a { background-color: #7AC1AD; }
a { background-color: rgb(122,193,173); }
div.DivClassName
{
background-color: #7AC1AD;
}
.BgClassName
{
background-color: #7AC1AD;
}
</style>
border-color css
<style>
span { border-color: #7AC1AD; }
span { border-color: rgb(122,193,173); }
td.TdClassName
{
border-color: #7AC1AD;
}
.TagClassName
{
border-color: #7AC1AD;
}
</style>