Shades of Medium Aquamarine #7AD5AD
Tints of Medium Aquamarine #7AD5AD
RGB
CMYK
RGB Variations
Color information
#7AD5AD (or 0x7AD5AD) is known color: Medium Aquamarine. HEX triplet: 7A, D5 and AD. RGB value is (122,213,173). Sum of RGB (Red+Green+Blue) = 122+213+173=508 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.02% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD5AD is #852A52. Grayscale: #B5B5B5. Windows color (decimal): -8727123 or 11392378. OLE color: 11392378.
HSL color Cylindrical-coordinate representation of color #7AD5AD: hue angle of 153.63º 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 #7AD5AD is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 173 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.16 |
| HSL | 153.63º | 0.52% | 0.66% | - |
| HSV(B) | 153.63º | 0.43% | 0.84% | - |
| XYZ | 39.36 | 54.74 | 48.03 | - |
| YUV | 181.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 173 | 0.43 | 0 | 0.19 | 0.16 | 153.63 | 0.52 | 0.66 |
| Hex | 7A | D5 | AD | 2B | 0 | 13 | 10 | 9A | 34 | 42 |
| Octal | 172 | 325 | 255 | 53 | 0 | 23 | 20 | 232 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10101101 | 101011 | 0 | 10011 | 10000 | 10011010 | 110100 | 1000010 |
Color Harmonies of #7AD5AD
Complementary color
Monochromatic Colors of #7AD5AD
Black with #7AD5AD
Text Example
Text Example
White with #7AD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5AD; }
p { color: rgb(122,213,173); }
H1.HeaderClassName
{
color: #7AD5AD;
}
.AnyTagClassName
{
color: #7AD5AD;
}
</style>
background-color css
<style>
a { background-color: #7AD5AD; }
a { background-color: rgb(122,213,173); }
div.DivClassName
{
background-color: #7AD5AD;
}
.BgClassName
{
background-color: #7AD5AD;
}
</style>
border-color css
<style>
span { border-color: #7AD5AD; }
span { border-color: rgb(122,213,173); }
td.TdClassName
{
border-color: #7AD5AD;
}
.TagClassName
{
border-color: #7AD5AD;
}
</style>