Shades of Monte Carlo #7ACDAB
Tints of Monte Carlo #7ACDAB
RGB
CMYK
RGB Variations
Color information
#7ACDAB (or 0x7ACDAB) is known color: Monte Carlo. HEX triplet: 7A, CD and AB. RGB value is (122,205,171). Sum of RGB (Red+Green+Blue) = 122+205+171=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACDAB is #853254. Grayscale: #B0B0B0. Windows color (decimal): -8729173 or 11259258. OLE color: 11259258.
HSL color Cylindrical-coordinate representation of color #7ACDAB: hue angle of 155.42º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACDAB is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 171 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.20 |
| HSL | 155.42º | 0.45% | 0.64% | - |
| HSV(B) | 155.42º | 0.4% | 0.8% | - |
| XYZ | 37.21 | 50.74 | 46.36 | - |
| YUV | 176.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 171 | 0.40 | 0 | 0.17 | 0.20 | 155.42 | 0.45 | 0.64 |
| Hex | 7A | CD | AB | 28 | 0 | 11 | 14 | 9B | 2D | 40 |
| Octal | 172 | 315 | 253 | 50 | 0 | 21 | 24 | 233 | 55 | 100 |
| Binary | 1111010 | 11001101 | 10101011 | 101000 | 0 | 10001 | 10100 | 10011011 | 101101 | 1000000 |
Color Harmonies of #7ACDAB
Complementary color
Monochromatic Colors of #7ACDAB
Black with #7ACDAB
Text Example
Text Example
White with #7ACDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACDAB; }
p { color: rgb(122,205,171); }
H1.HeaderClassName
{
color: #7ACDAB;
}
.AnyTagClassName
{
color: #7ACDAB;
}
</style>
background-color css
<style>
a { background-color: #7ACDAB; }
a { background-color: rgb(122,205,171); }
div.DivClassName
{
background-color: #7ACDAB;
}
.BgClassName
{
background-color: #7ACDAB;
}
</style>
border-color css
<style>
span { border-color: #7ACDAB; }
span { border-color: rgb(122,205,171); }
td.TdClassName
{
border-color: #7ACDAB;
}
.TagClassName
{
border-color: #7ACDAB;
}
</style>