Shades of Medium Aquamarine #7ADDA5
Tints of Medium Aquamarine #7ADDA5
RGB
CMYK
RGB Variations
Color information
#7ADDA5 (or 0x7ADDA5) is known color: Medium Aquamarine. HEX triplet: 7A, DD and A5. RGB value is (122,221,165). Sum of RGB (Red+Green+Blue) = 122+221+165=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDA5 is #85225A. Grayscale: #B9B9B9. Windows color (decimal): -8725083 or 10870138. OLE color: 10870138.
HSL color Cylindrical-coordinate representation of color #7ADDA5: hue angle of 146.06º 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 #7ADDA5 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 165 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.13 |
| HSL | 146.06º | 0.59% | 0.67% | - |
| HSV(B) | 146.06º | 0.45% | 0.87% | - |
| XYZ | 40.67 | 58.57 | 44.76 | - |
| YUV | 185.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 165 | 0.45 | 0 | 0.25 | 0.13 | 146.06 | 0.59 | 0.67 |
| Hex | 7A | DD | A5 | 2D | 0 | 19 | D | 92 | 3B | 43 |
| Octal | 172 | 335 | 245 | 55 | 0 | 31 | 15 | 222 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10100101 | 101101 | 0 | 11001 | 1101 | 10010010 | 111011 | 1000011 |
Color Harmonies of #7ADDA5
Complementary color
Monochromatic Colors of #7ADDA5
Black with #7ADDA5
Text Example
Text Example
White with #7ADDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDA5; }
p { color: rgb(122,221,165); }
H1.HeaderClassName
{
color: #7ADDA5;
}
.AnyTagClassName
{
color: #7ADDA5;
}
</style>
background-color css
<style>
a { background-color: #7ADDA5; }
a { background-color: rgb(122,221,165); }
div.DivClassName
{
background-color: #7ADDA5;
}
.BgClassName
{
background-color: #7ADDA5;
}
</style>
border-color css
<style>
span { border-color: #7ADDA5; }
span { border-color: rgb(122,221,165); }
td.TdClassName
{
border-color: #7ADDA5;
}
.TagClassName
{
border-color: #7ADDA5;
}
</style>