Shades of Medium Aquamarine #7AD5AB
Tints of Medium Aquamarine #7AD5AB
RGB
CMYK
RGB Variations
Color information
#7AD5AB (or 0x7AD5AB) is known color: Medium Aquamarine. HEX triplet: 7A, D5 and AB. RGB value is (122,213,171). Sum of RGB (Red+Green+Blue) = 122+213+171=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD5AB is #852A54. Grayscale: #B5B5B5. Windows color (decimal): -8727125 or 11261306. OLE color: 11261306.
HSL color Cylindrical-coordinate representation of color #7AD5AB: hue angle of 152.31º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD5AB is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 171 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.16 |
| HSL | 152.31º | 0.52% | 0.66% | - |
| HSV(B) | 152.31º | 0.43% | 0.84% | - |
| XYZ | 39.17 | 54.67 | 47.02 | - |
| YUV | 181 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 171 | 0.43 | 0 | 0.20 | 0.16 | 152.31 | 0.52 | 0.66 |
| Hex | 7A | D5 | AB | 2B | 0 | 14 | 10 | 98 | 34 | 42 |
| Octal | 172 | 325 | 253 | 53 | 0 | 24 | 20 | 230 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10101011 | 101011 | 0 | 10100 | 10000 | 10011000 | 110100 | 1000010 |
Color Harmonies of #7AD5AB
Complementary color
Monochromatic Colors of #7AD5AB
Black with #7AD5AB
Text Example
Text Example
White with #7AD5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5AB; }
p { color: rgb(122,213,171); }
H1.HeaderClassName
{
color: #7AD5AB;
}
.AnyTagClassName
{
color: #7AD5AB;
}
</style>
background-color css
<style>
a { background-color: #7AD5AB; }
a { background-color: rgb(122,213,171); }
div.DivClassName
{
background-color: #7AD5AB;
}
.BgClassName
{
background-color: #7AD5AB;
}
</style>
border-color css
<style>
span { border-color: #7AD5AB; }
span { border-color: rgb(122,213,171); }
td.TdClassName
{
border-color: #7AD5AB;
}
.TagClassName
{
border-color: #7AD5AB;
}
</style>