Shades of Medium Aquamarine #7ADDA3
Tints of Medium Aquamarine #7ADDA3
RGB
CMYK
RGB Variations
Color information
#7ADDA3 (or 0x7ADDA3) is known color: Medium Aquamarine. HEX triplet: 7A, DD and A3. RGB value is (122,221,163). Sum of RGB (Red+Green+Blue) = 122+221+163=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDA3 is #85225C. Grayscale: #B8B8B8. Windows color (decimal): -8725085 or 10739066. OLE color: 10739066.
HSL color Cylindrical-coordinate representation of color #7ADDA3: hue angle of 144.85º 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 #7ADDA3 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 163 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.13 |
| HSL | 144.85º | 0.59% | 0.67% | - |
| HSV(B) | 144.85º | 0.45% | 0.87% | - |
| XYZ | 40.49 | 58.49 | 43.81 | - |
| YUV | 184.79 | 115.7 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 163 | 0.45 | 0 | 0.26 | 0.13 | 144.85 | 0.59 | 0.67 |
| Hex | 7A | DD | A3 | 2D | 0 | 1A | D | 91 | 3B | 43 |
| Octal | 172 | 335 | 243 | 55 | 0 | 32 | 15 | 221 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10100011 | 101101 | 0 | 11010 | 1101 | 10010001 | 111011 | 1000011 |
Color Harmonies of #7ADDA3
Complementary color
Monochromatic Colors of #7ADDA3
Black with #7ADDA3
Text Example
Text Example
White with #7ADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDA3; }
p { color: rgb(122,221,163); }
H1.HeaderClassName
{
color: #7ADDA3;
}
.AnyTagClassName
{
color: #7ADDA3;
}
</style>
background-color css
<style>
a { background-color: #7ADDA3; }
a { background-color: rgb(122,221,163); }
div.DivClassName
{
background-color: #7ADDA3;
}
.BgClassName
{
background-color: #7ADDA3;
}
</style>
border-color css
<style>
span { border-color: #7ADDA3; }
span { border-color: rgb(122,221,163); }
td.TdClassName
{
border-color: #7ADDA3;
}
.TagClassName
{
border-color: #7ADDA3;
}
</style>