Shades of Medium Aquamarine #7AD2AB
Tints of Medium Aquamarine #7AD2AB
RGB
CMYK
RGB Variations
Color information
#7AD2AB (or 0x7AD2AB) is known color: Medium Aquamarine. HEX triplet: 7A, D2 and AB. RGB value is (122,210,171). Sum of RGB (Red+Green+Blue) = 122+210+171=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2AB is #852D54. Grayscale: #B3B3B3. Windows color (decimal): -8727893 or 11260538. OLE color: 11260538.
HSL color Cylindrical-coordinate representation of color #7AD2AB: hue angle of 153.41º 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 #7AD2AB is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 171 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.18 |
| HSL | 153.41º | 0.49% | 0.65% | - |
| HSV(B) | 153.41º | 0.42% | 0.82% | - |
| XYZ | 38.42 | 53.17 | 46.77 | - |
| YUV | 179.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 171 | 0.42 | 0 | 0.19 | 0.18 | 153.41 | 0.49 | 0.65 |
| Hex | 7A | D2 | AB | 2A | 0 | 13 | 12 | 99 | 31 | 41 |
| Octal | 172 | 322 | 253 | 52 | 0 | 23 | 22 | 231 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10101011 | 101010 | 0 | 10011 | 10010 | 10011001 | 110001 | 1000001 |
Color Harmonies of #7AD2AB
Complementary color
Monochromatic Colors of #7AD2AB
Black with #7AD2AB
Text Example
Text Example
White with #7AD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2AB; }
p { color: rgb(122,210,171); }
H1.HeaderClassName
{
color: #7AD2AB;
}
.AnyTagClassName
{
color: #7AD2AB;
}
</style>
background-color css
<style>
a { background-color: #7AD2AB; }
a { background-color: rgb(122,210,171); }
div.DivClassName
{
background-color: #7AD2AB;
}
.BgClassName
{
background-color: #7AD2AB;
}
</style>
border-color css
<style>
span { border-color: #7AD2AB; }
span { border-color: rgb(122,210,171); }
td.TdClassName
{
border-color: #7AD2AB;
}
.TagClassName
{
border-color: #7AD2AB;
}
</style>