Shades of Medium Aquamarine #7AD3AB
Tints of Medium Aquamarine #7AD3AB
RGB
CMYK
RGB Variations
Color information
#7AD3AB (or 0x7AD3AB) is known color: Medium Aquamarine. HEX triplet: 7A, D3 and AB. RGB value is (122,211,171). Sum of RGB (Red+Green+Blue) = 122+211+171=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD3AB is #852C54. Grayscale: #B3B3B3. Windows color (decimal): -8727637 or 11260794. OLE color: 11260794.
HSL color Cylindrical-coordinate representation of color #7AD3AB: hue angle of 153.03º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD3AB is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 171 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.17 |
| HSL | 153.03º | 0.5% | 0.65% | - |
| HSV(B) | 153.03º | 0.42% | 0.83% | - |
| XYZ | 38.67 | 53.67 | 46.85 | - |
| YUV | 179.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 171 | 0.42 | 0 | 0.19 | 0.17 | 153.03 | 0.5 | 0.65 |
| Hex | 7A | D3 | AB | 2A | 0 | 13 | 11 | 99 | 32 | 41 |
| Octal | 172 | 323 | 253 | 52 | 0 | 23 | 21 | 231 | 62 | 101 |
| Binary | 1111010 | 11010011 | 10101011 | 101010 | 0 | 10011 | 10001 | 10011001 | 110010 | 1000001 |
Color Harmonies of #7AD3AB
Complementary color
Monochromatic Colors of #7AD3AB
Black with #7AD3AB
Text Example
Text Example
White with #7AD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD3AB; }
p { color: rgb(122,211,171); }
H1.HeaderClassName
{
color: #7AD3AB;
}
.AnyTagClassName
{
color: #7AD3AB;
}
</style>
background-color css
<style>
a { background-color: #7AD3AB; }
a { background-color: rgb(122,211,171); }
div.DivClassName
{
background-color: #7AD3AB;
}
.BgClassName
{
background-color: #7AD3AB;
}
</style>
border-color css
<style>
span { border-color: #7AD3AB; }
span { border-color: rgb(122,211,171); }
td.TdClassName
{
border-color: #7AD3AB;
}
.TagClassName
{
border-color: #7AD3AB;
}
</style>