Shades of Medium Aquamarine #7AD2A8
Tints of Medium Aquamarine #7AD2A8
RGB
CMYK
RGB Variations
Color information
#7AD2A8 (or 0x7AD2A8) is known color: Medium Aquamarine. HEX triplet: 7A, D2 and A8. RGB value is (122,210,168). Sum of RGB (Red+Green+Blue) = 122+210+168=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD2A8 is #852D57. Grayscale: #B2B2B2. Windows color (decimal): -8727896 or 11063930. OLE color: 11063930.
HSL color Cylindrical-coordinate representation of color #7AD2A8: hue angle of 151.36º 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 #7AD2A8 is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 168 | - |
| CMYK | 0.42 | 0 | 0.2 | 0.18 |
| HSL | 151.36º | 0.49% | 0.65% | - |
| HSV(B) | 151.36º | 0.42% | 0.82% | - |
| XYZ | 38.14 | 53.06 | 45.28 | - |
| YUV | 178.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 168 | 0.42 | 0 | 0.2 | 0.18 | 151.36 | 0.49 | 0.65 |
| Hex | 7A | D2 | A8 | 2A | 0 | 14 | 12 | 97 | 31 | 41 |
| Octal | 172 | 322 | 250 | 52 | 0 | 24 | 22 | 227 | 61 | 101 |
| Binary | 1111010 | 11010010 | 10101000 | 101010 | 0 | 10100 | 10010 | 10010111 | 110001 | 1000001 |
Color Harmonies of #7AD2A8
Complementary color
Monochromatic Colors of #7AD2A8
Black with #7AD2A8
Text Example
Text Example
White with #7AD2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2A8; }
p { color: rgb(122,210,168); }
H1.HeaderClassName
{
color: #7AD2A8;
}
.AnyTagClassName
{
color: #7AD2A8;
}
</style>
background-color css
<style>
a { background-color: #7AD2A8; }
a { background-color: rgb(122,210,168); }
div.DivClassName
{
background-color: #7AD2A8;
}
.BgClassName
{
background-color: #7AD2A8;
}
</style>
border-color css
<style>
span { border-color: #7AD2A8; }
span { border-color: rgb(122,210,168); }
td.TdClassName
{
border-color: #7AD2A8;
}
.TagClassName
{
border-color: #7AD2A8;
}
</style>