Shades of Monte Carlo #7ACAB2
Tints of Monte Carlo #7ACAB2
RGB
CMYK
RGB Variations
Color information
#7ACAB2 (or 0x7ACAB2) is known color: Monte Carlo. HEX triplet: 7A, CA and B2. RGB value is (122,202,178). Sum of RGB (Red+Green+Blue) = 122+202+178=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACAB2 is #85354D. Grayscale: #AFAFAF. Windows color (decimal): -8729934 or 11717242. OLE color: 11717242.
HSL color Cylindrical-coordinate representation of color #7ACAB2: hue angle of 162º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACAB2 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 202 | 178 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.21 |
| HSL | 162º | 0.43% | 0.64% | - |
| HSV(B) | 162º | 0.4% | 0.79% | - |
| XYZ | 37.18 | 49.59 | 49.73 | - |
| YUV | 175.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 202 | 178 | 0.40 | 0 | 0.12 | 0.21 | 162 | 0.43 | 0.64 |
| Hex | 7A | CA | B2 | 28 | 0 | C | 15 | A2 | 2B | 40 |
| Octal | 172 | 312 | 262 | 50 | 0 | 14 | 25 | 242 | 53 | 100 |
| Binary | 1111010 | 11001010 | 10110010 | 101000 | 0 | 1100 | 10101 | 10100010 | 101011 | 1000000 |
Color Harmonies of #7ACAB2
Complementary color
Monochromatic Colors of #7ACAB2
Black with #7ACAB2
Text Example
Text Example
White with #7ACAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACAB2; }
p { color: rgb(122,202,178); }
H1.HeaderClassName
{
color: #7ACAB2;
}
.AnyTagClassName
{
color: #7ACAB2;
}
</style>
background-color css
<style>
a { background-color: #7ACAB2; }
a { background-color: rgb(122,202,178); }
div.DivClassName
{
background-color: #7ACAB2;
}
.BgClassName
{
background-color: #7ACAB2;
}
</style>
border-color css
<style>
span { border-color: #7ACAB2; }
span { border-color: rgb(122,202,178); }
td.TdClassName
{
border-color: #7ACAB2;
}
.TagClassName
{
border-color: #7ACAB2;
}
</style>