Shades of Medium Aquamarine #7AD0A1
Tints of Medium Aquamarine #7AD0A1
RGB
CMYK
RGB Variations
Color information
#7AD0A1 (or 0x7AD0A1) is known color: Medium Aquamarine. HEX triplet: 7A, D0 and A1. RGB value is (122,208,161). Sum of RGB (Red+Green+Blue) = 122+208+161=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD0A1 is #852F5E. Grayscale: #B1B1B1. Windows color (decimal): -8728415 or 10604666. OLE color: 10604666.
HSL color Cylindrical-coordinate representation of color #7AD0A1: hue angle of 147.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD0A1 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 161 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.18 |
| HSL | 147.21º | 0.48% | 0.65% | - |
| HSV(B) | 147.21º | 0.41% | 0.82% | - |
| XYZ | 37.01 | 51.82 | 41.77 | - |
| YUV | 176.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 161 | 0.41 | 0 | 0.23 | 0.18 | 147.21 | 0.48 | 0.65 |
| Hex | 7A | D0 | A1 | 29 | 0 | 17 | 12 | 93 | 30 | 41 |
| Octal | 172 | 320 | 241 | 51 | 0 | 27 | 22 | 223 | 60 | 101 |
| Binary | 1111010 | 11010000 | 10100001 | 101001 | 0 | 10111 | 10010 | 10010011 | 110000 | 1000001 |
Color Harmonies of #7AD0A1
Complementary color
Monochromatic Colors of #7AD0A1
Black with #7AD0A1
Text Example
Text Example
White with #7AD0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD0A1; }
p { color: rgb(122,208,161); }
H1.HeaderClassName
{
color: #7AD0A1;
}
.AnyTagClassName
{
color: #7AD0A1;
}
</style>
background-color css
<style>
a { background-color: #7AD0A1; }
a { background-color: rgb(122,208,161); }
div.DivClassName
{
background-color: #7AD0A1;
}
.BgClassName
{
background-color: #7AD0A1;
}
</style>
border-color css
<style>
span { border-color: #7AD0A1; }
span { border-color: rgb(122,208,161); }
td.TdClassName
{
border-color: #7AD0A1;
}
.TagClassName
{
border-color: #7AD0A1;
}
</style>