Shades of Medium Aquamarine #7ADEB0
Tints of Medium Aquamarine #7ADEB0
RGB
CMYK
RGB Variations
Color information
#7ADEB0 (or 0x7ADEB0) is known color: Medium Aquamarine. HEX triplet: 7A, DE and B0. RGB value is (122,222,176). Sum of RGB (Red+Green+Blue) = 122+222+176=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADEB0 is #85214F. Grayscale: #BABABA. Windows color (decimal): -8724816 or 11591290. OLE color: 11591290.
HSL color Cylindrical-coordinate representation of color #7ADEB0: hue angle of 152.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADEB0 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 176 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.13 |
| HSL | 152.4º | 0.6% | 0.67% | - |
| HSV(B) | 152.4º | 0.45% | 0.87% | - |
| XYZ | 41.98 | 59.51 | 50.35 | - |
| YUV | 186.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 176 | 0.45 | 0 | 0.21 | 0.13 | 152.4 | 0.6 | 0.67 |
| Hex | 7A | DE | B0 | 2D | 0 | 15 | D | 98 | 3C | 43 |
| Octal | 172 | 336 | 260 | 55 | 0 | 25 | 15 | 230 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10110000 | 101101 | 0 | 10101 | 1101 | 10011000 | 111100 | 1000011 |
Color Harmonies of #7ADEB0
Complementary color
Monochromatic Colors of #7ADEB0
Black with #7ADEB0
Text Example
Text Example
White with #7ADEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEB0; }
p { color: rgb(122,222,176); }
H1.HeaderClassName
{
color: #7ADEB0;
}
.AnyTagClassName
{
color: #7ADEB0;
}
</style>
background-color css
<style>
a { background-color: #7ADEB0; }
a { background-color: rgb(122,222,176); }
div.DivClassName
{
background-color: #7ADEB0;
}
.BgClassName
{
background-color: #7ADEB0;
}
</style>
border-color css
<style>
span { border-color: #7ADEB0; }
span { border-color: rgb(122,222,176); }
td.TdClassName
{
border-color: #7ADEB0;
}
.TagClassName
{
border-color: #7ADEB0;
}
</style>