Shades of Medium Aquamarine #7AD2A3
Tints of Medium Aquamarine #7AD2A3
RGB
CMYK
RGB Variations
Color information
#7AD2A3 (or 0x7AD2A3) is known color: Medium Aquamarine. HEX triplet: 7A, D2 and A3. RGB value is (122,210,163). Sum of RGB (Red+Green+Blue) = 122+210+163=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2A3 is #852D5C. Grayscale: #B2B2B2. Windows color (decimal): -8727901 or 10736250. OLE color: 10736250.
HSL color Cylindrical-coordinate representation of color #7AD2A3: hue angle of 147.95º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2A3 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 163 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.18 |
| HSL | 147.95º | 0.49% | 0.65% | - |
| HSV(B) | 147.95º | 0.42% | 0.82% | - |
| XYZ | 37.68 | 52.88 | 42.87 | - |
| YUV | 178.33 | 119.35 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 163 | 0.42 | 0 | 0.22 | 0.18 | 147.95 | 0.49 | 0.65 |
| Hex | 7A | D2 | A3 | 2A | 0 | 16 | 12 | 94 | 31 | 41 |
| Octal | 172 | 322 | 243 | 52 | 0 | 26 | 22 | 224 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10100011 | 101010 | 0 | 10110 | 10010 | 10010100 | 110001 | 1000001 |
Color Harmonies of #7AD2A3
Complementary color
Monochromatic Colors of #7AD2A3
Black with #7AD2A3
Text Example
Text Example
White with #7AD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2A3; }
p { color: rgb(122,210,163); }
H1.HeaderClassName
{
color: #7AD2A3;
}
.AnyTagClassName
{
color: #7AD2A3;
}
</style>
background-color css
<style>
a { background-color: #7AD2A3; }
a { background-color: rgb(122,210,163); }
div.DivClassName
{
background-color: #7AD2A3;
}
.BgClassName
{
background-color: #7AD2A3;
}
</style>
border-color css
<style>
span { border-color: #7AD2A3; }
span { border-color: rgb(122,210,163); }
td.TdClassName
{
border-color: #7AD2A3;
}
.TagClassName
{
border-color: #7AD2A3;
}
</style>