Shades of Medium Aquamarine #7ADDA4
Tints of Medium Aquamarine #7ADDA4
RGB
CMYK
RGB Variations
Color information
#7ADDA4 (or 0x7ADDA4) is known color: Medium Aquamarine. HEX triplet: 7A, DD and A4. RGB value is (122,221,164). Sum of RGB (Red+Green+Blue) = 122+221+164=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDA4 is #85225B. Grayscale: #B9B9B9. Windows color (decimal): -8725084 or 10804602. OLE color: 10804602.
HSL color Cylindrical-coordinate representation of color #7ADDA4: hue angle of 145.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDA4 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 164 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.13 |
| HSL | 145.45º | 0.59% | 0.67% | - |
| HSV(B) | 145.45º | 0.45% | 0.87% | - |
| XYZ | 40.58 | 58.53 | 44.28 | - |
| YUV | 184.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 164 | 0.45 | 0 | 0.26 | 0.13 | 145.45 | 0.59 | 0.67 |
| Hex | 7A | DD | A4 | 2D | 0 | 1A | D | 91 | 3B | 43 |
| Octal | 172 | 335 | 244 | 55 | 0 | 32 | 15 | 221 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10100100 | 101101 | 0 | 11010 | 1101 | 10010001 | 111011 | 1000011 |
Color Harmonies of #7ADDA4
Complementary color
Monochromatic Colors of #7ADDA4
Black with #7ADDA4
Text Example
Text Example
White with #7ADDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDA4; }
p { color: rgb(122,221,164); }
H1.HeaderClassName
{
color: #7ADDA4;
}
.AnyTagClassName
{
color: #7ADDA4;
}
</style>
background-color css
<style>
a { background-color: #7ADDA4; }
a { background-color: rgb(122,221,164); }
div.DivClassName
{
background-color: #7ADDA4;
}
.BgClassName
{
background-color: #7ADDA4;
}
</style>
border-color css
<style>
span { border-color: #7ADDA4; }
span { border-color: rgb(122,221,164); }
td.TdClassName
{
border-color: #7ADDA4;
}
.TagClassName
{
border-color: #7ADDA4;
}
</style>