Shades of Medium Aquamarine #7ADCA2
Tints of Medium Aquamarine #7ADCA2
RGB
CMYK
RGB Variations
Color information
#7ADCA2 (or 0x7ADCA2) is known color: Medium Aquamarine. HEX triplet: 7A, DC and A2. RGB value is (122,220,162). Sum of RGB (Red+Green+Blue) = 122+220+162=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCA2 is #85235D. Grayscale: #B8B8B8. Windows color (decimal): -8725342 or 10673274. OLE color: 10673274.
HSL color Cylindrical-coordinate representation of color #7ADCA2: hue angle of 144.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCA2 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 162 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.14 |
| HSL | 144.49º | 0.58% | 0.67% | - |
| HSV(B) | 144.49º | 0.45% | 0.86% | - |
| XYZ | 40.14 | 57.93 | 43.25 | - |
| YUV | 184.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 162 | 0.45 | 0 | 0.26 | 0.14 | 144.49 | 0.58 | 0.67 |
| Hex | 7A | DC | A2 | 2D | 0 | 1A | E | 90 | 3A | 43 |
| Octal | 172 | 334 | 242 | 55 | 0 | 32 | 16 | 220 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10100010 | 101101 | 0 | 11010 | 1110 | 10010000 | 111010 | 1000011 |
Color Harmonies of #7ADCA2
Complementary color
Monochromatic Colors of #7ADCA2
Black with #7ADCA2
Text Example
Text Example
White with #7ADCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCA2; }
p { color: rgb(122,220,162); }
H1.HeaderClassName
{
color: #7ADCA2;
}
.AnyTagClassName
{
color: #7ADCA2;
}
</style>
background-color css
<style>
a { background-color: #7ADCA2; }
a { background-color: rgb(122,220,162); }
div.DivClassName
{
background-color: #7ADCA2;
}
.BgClassName
{
background-color: #7ADCA2;
}
</style>
border-color css
<style>
span { border-color: #7ADCA2; }
span { border-color: rgb(122,220,162); }
td.TdClassName
{
border-color: #7ADCA2;
}
.TagClassName
{
border-color: #7ADCA2;
}
</style>