Shades of Medium Aquamarine #7AD3AC
Tints of Medium Aquamarine #7AD3AC
RGB
CMYK
RGB Variations
Color information
#7AD3AC (or 0x7AD3AC) is known color: Medium Aquamarine. HEX triplet: 7A, D3 and AC. RGB value is (122,211,172). Sum of RGB (Red+Green+Blue) = 122+211+172=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD3AC is #852C53. Grayscale: #B4B4B4. Windows color (decimal): -8727636 or 11326330. OLE color: 11326330.
HSL color Cylindrical-coordinate representation of color #7AD3AC: hue angle of 153.71º 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 #7AD3AC is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 172 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.17 |
| HSL | 153.71º | 0.5% | 0.65% | - |
| HSV(B) | 153.71º | 0.42% | 0.83% | - |
| XYZ | 38.77 | 53.7 | 47.35 | - |
| YUV | 179.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 172 | 0.42 | 0 | 0.18 | 0.17 | 153.71 | 0.5 | 0.65 |
| Hex | 7A | D3 | AC | 2A | 0 | 12 | 11 | 9A | 32 | 41 |
| Octal | 172 | 323 | 254 | 52 | 0 | 22 | 21 | 232 | 62 | 101 |
| Binary | 1111010 | 11010011 | 10101100 | 101010 | 0 | 10010 | 10001 | 10011010 | 110010 | 1000001 |
Color Harmonies of #7AD3AC
Complementary color
Monochromatic Colors of #7AD3AC
Black with #7AD3AC
Text Example
Text Example
White with #7AD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD3AC; }
p { color: rgb(122,211,172); }
H1.HeaderClassName
{
color: #7AD3AC;
}
.AnyTagClassName
{
color: #7AD3AC;
}
</style>
background-color css
<style>
a { background-color: #7AD3AC; }
a { background-color: rgb(122,211,172); }
div.DivClassName
{
background-color: #7AD3AC;
}
.BgClassName
{
background-color: #7AD3AC;
}
</style>
border-color css
<style>
span { border-color: #7AD3AC; }
span { border-color: rgb(122,211,172); }
td.TdClassName
{
border-color: #7AD3AC;
}
.TagClassName
{
border-color: #7AD3AC;
}
</style>