Shades of Medium Aquamarine #7AD2AC
Tints of Medium Aquamarine #7AD2AC
RGB
CMYK
RGB Variations
Color information
#7AD2AC (or 0x7AD2AC) is known color: Medium Aquamarine. HEX triplet: 7A, D2 and AC. RGB value is (122,210,172). Sum of RGB (Red+Green+Blue) = 122+210+172=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2AC is #852D53. Grayscale: #B3B3B3. Windows color (decimal): -8727892 or 11326074. OLE color: 11326074.
HSL color Cylindrical-coordinate representation of color #7AD2AC: hue angle of 154.09º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2AC is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 172 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.18 |
| HSL | 154.09º | 0.49% | 0.65% | - |
| HSV(B) | 154.09º | 0.42% | 0.82% | - |
| XYZ | 38.52 | 53.21 | 47.27 | - |
| YUV | 179.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 172 | 0.42 | 0 | 0.18 | 0.18 | 154.09 | 0.49 | 0.65 |
| Hex | 7A | D2 | AC | 2A | 0 | 12 | 12 | 9A | 31 | 41 |
| Octal | 172 | 322 | 254 | 52 | 0 | 22 | 22 | 232 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10101100 | 101010 | 0 | 10010 | 10010 | 10011010 | 110001 | 1000001 |
Color Harmonies of #7AD2AC
Complementary color
Monochromatic Colors of #7AD2AC
Black with #7AD2AC
Text Example
Text Example
White with #7AD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2AC; }
p { color: rgb(122,210,172); }
H1.HeaderClassName
{
color: #7AD2AC;
}
.AnyTagClassName
{
color: #7AD2AC;
}
</style>
background-color css
<style>
a { background-color: #7AD2AC; }
a { background-color: rgb(122,210,172); }
div.DivClassName
{
background-color: #7AD2AC;
}
.BgClassName
{
background-color: #7AD2AC;
}
</style>
border-color css
<style>
span { border-color: #7AD2AC; }
span { border-color: rgb(122,210,172); }
td.TdClassName
{
border-color: #7AD2AC;
}
.TagClassName
{
border-color: #7AD2AC;
}
</style>