Shades of Medium Aquamarine #7AD1AB
Tints of Medium Aquamarine #7AD1AB
RGB
CMYK
RGB Variations
Color information
#7AD1AB (or 0x7AD1AB) is known color: Medium Aquamarine. HEX triplet: 7A, D1 and AB. RGB value is (122,209,171). Sum of RGB (Red+Green+Blue) = 122+209+171=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD1AB is #852E54. Grayscale: #B2B2B2. Windows color (decimal): -8728149 or 11260282. OLE color: 11260282.
HSL color Cylindrical-coordinate representation of color #7AD1AB: hue angle of 153.79º 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 #7AD1AB is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 171 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.18 |
| HSL | 153.79º | 0.49% | 0.65% | - |
| HSV(B) | 153.79º | 0.42% | 0.82% | - |
| XYZ | 38.18 | 52.68 | 46.68 | - |
| YUV | 178.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 171 | 0.42 | 0 | 0.18 | 0.18 | 153.79 | 0.49 | 0.65 |
| Hex | 7A | D1 | AB | 2A | 0 | 12 | 12 | 9A | 31 | 41 |
| Octal | 172 | 321 | 253 | 52 | 0 | 22 | 22 | 232 | 61 | 101 |
| Binary | 1111010 | 11010001 | 10101011 | 101010 | 0 | 10010 | 10010 | 10011010 | 110001 | 1000001 |
Color Harmonies of #7AD1AB
Complementary color
Monochromatic Colors of #7AD1AB
Black with #7AD1AB
Text Example
Text Example
White with #7AD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD1AB; }
p { color: rgb(122,209,171); }
H1.HeaderClassName
{
color: #7AD1AB;
}
.AnyTagClassName
{
color: #7AD1AB;
}
</style>
background-color css
<style>
a { background-color: #7AD1AB; }
a { background-color: rgb(122,209,171); }
div.DivClassName
{
background-color: #7AD1AB;
}
.BgClassName
{
background-color: #7AD1AB;
}
</style>
border-color css
<style>
span { border-color: #7AD1AB; }
span { border-color: rgb(122,209,171); }
td.TdClassName
{
border-color: #7AD1AB;
}
.TagClassName
{
border-color: #7AD1AB;
}
</style>