Shades of Medium Aquamarine #7AD5AF
Tints of Medium Aquamarine #7AD5AF
RGB
CMYK
RGB Variations
Color information
#7AD5AF (or 0x7AD5AF) is known color: Medium Aquamarine. HEX triplet: 7A, D5 and AF. RGB value is (122,213,175). Sum of RGB (Red+Green+Blue) = 122+213+175=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD5AF is #852A50. Grayscale: #B5B5B5. Windows color (decimal): -8727121 or 11523450. OLE color: 11523450.
HSL color Cylindrical-coordinate representation of color #7AD5AF: hue angle of 154.95º 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 #7AD5AF is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 175 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.16 |
| HSL | 154.95º | 0.52% | 0.66% | - |
| HSV(B) | 154.95º | 0.43% | 0.84% | - |
| XYZ | 39.56 | 54.82 | 49.05 | - |
| YUV | 181.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 175 | 0.43 | 0 | 0.18 | 0.16 | 154.95 | 0.52 | 0.66 |
| Hex | 7A | D5 | AF | 2B | 0 | 12 | 10 | 9B | 34 | 42 |
| Octal | 172 | 325 | 257 | 53 | 0 | 22 | 20 | 233 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10101111 | 101011 | 0 | 10010 | 10000 | 10011011 | 110100 | 1000010 |
Color Harmonies of #7AD5AF
Complementary color
Monochromatic Colors of #7AD5AF
Black with #7AD5AF
Text Example
Text Example
White with #7AD5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5AF; }
p { color: rgb(122,213,175); }
H1.HeaderClassName
{
color: #7AD5AF;
}
.AnyTagClassName
{
color: #7AD5AF;
}
</style>
background-color css
<style>
a { background-color: #7AD5AF; }
a { background-color: rgb(122,213,175); }
div.DivClassName
{
background-color: #7AD5AF;
}
.BgClassName
{
background-color: #7AD5AF;
}
</style>
border-color css
<style>
span { border-color: #7AD5AF; }
span { border-color: rgb(122,213,175); }
td.TdClassName
{
border-color: #7AD5AF;
}
.TagClassName
{
border-color: #7AD5AF;
}
</style>