Shades of Medium Aquamarine #7ADDB0
Tints of Medium Aquamarine #7ADDB0
RGB
CMYK
RGB Variations
Color information
#7ADDB0 (or 0x7ADDB0) is known color: Medium Aquamarine. HEX triplet: 7A, DD and B0. RGB value is (122,221,176). Sum of RGB (Red+Green+Blue) = 122+221+176=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDB0 is #85224F. Grayscale: #BABABA. Windows color (decimal): -8725072 or 11591034. OLE color: 11591034.
HSL color Cylindrical-coordinate representation of color #7ADDB0: hue angle of 152.73º degrees, saturation: 0.59, 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 #7ADDB0 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 176 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.13 |
| HSL | 152.73º | 0.59% | 0.67% | - |
| HSV(B) | 152.73º | 0.45% | 0.87% | - |
| XYZ | 41.72 | 58.99 | 50.26 | - |
| YUV | 186.27 | 122.2 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 176 | 0.45 | 0 | 0.20 | 0.13 | 152.73 | 0.59 | 0.67 |
| Hex | 7A | DD | B0 | 2D | 0 | 14 | D | 99 | 3B | 43 |
| Octal | 172 | 335 | 260 | 55 | 0 | 24 | 15 | 231 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10110000 | 101101 | 0 | 10100 | 1101 | 10011001 | 111011 | 1000011 |
Color Harmonies of #7ADDB0
Complementary color
Monochromatic Colors of #7ADDB0
Black with #7ADDB0
Text Example
Text Example
White with #7ADDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDB0; }
p { color: rgb(122,221,176); }
H1.HeaderClassName
{
color: #7ADDB0;
}
.AnyTagClassName
{
color: #7ADDB0;
}
</style>
background-color css
<style>
a { background-color: #7ADDB0; }
a { background-color: rgb(122,221,176); }
div.DivClassName
{
background-color: #7ADDB0;
}
.BgClassName
{
background-color: #7ADDB0;
}
</style>
border-color css
<style>
span { border-color: #7ADDB0; }
span { border-color: rgb(122,221,176); }
td.TdClassName
{
border-color: #7ADDB0;
}
.TagClassName
{
border-color: #7ADDB0;
}
</style>