Shades of Monte Carlo #7AC5B3
Tints of Monte Carlo #7AC5B3
RGB
CMYK
RGB Variations
Color information
#7AC5B3 (or 0x7AC5B3) is known color: Monte Carlo. HEX triplet: 7A, C5 and B3. RGB value is (122,197,179). Sum of RGB (Red+Green+Blue) = 122+197+179=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC5B3 is #853A4C. Grayscale: #ACACAC. Windows color (decimal): -8731213 or 11781498. OLE color: 11781498.
HSL color Cylindrical-coordinate representation of color #7AC5B3: hue angle of 165.6º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC5B3 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 179 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.23 |
| HSL | 165.6º | 0.39% | 0.63% | - |
| HSV(B) | 165.6º | 0.38% | 0.77% | - |
| XYZ | 36.13 | 47.32 | 49.88 | - |
| YUV | 172.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 179 | 0.38 | 0 | 0.09 | 0.23 | 165.6 | 0.39 | 0.63 |
| Hex | 7A | C5 | B3 | 26 | 0 | 9 | 17 | A6 | 27 | 3F |
| Octal | 172 | 305 | 263 | 46 | 0 | 11 | 27 | 246 | 47 | 77 |
| Binary | 1111010 | 11000101 | 10110011 | 100110 | 0 | 1001 | 10111 | 10100110 | 100111 | 111111 |
Color Harmonies of #7AC5B3
Complementary color
Monochromatic Colors of #7AC5B3
Black with #7AC5B3
Text Example
Text Example
White with #7AC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC5B3; }
p { color: rgb(122,197,179); }
H1.HeaderClassName
{
color: #7AC5B3;
}
.AnyTagClassName
{
color: #7AC5B3;
}
</style>
background-color css
<style>
a { background-color: #7AC5B3; }
a { background-color: rgb(122,197,179); }
div.DivClassName
{
background-color: #7AC5B3;
}
.BgClassName
{
background-color: #7AC5B3;
}
</style>
border-color css
<style>
span { border-color: #7AC5B3; }
span { border-color: rgb(122,197,179); }
td.TdClassName
{
border-color: #7AC5B3;
}
.TagClassName
{
border-color: #7AC5B3;
}
</style>