Shades of Medium Aquamarine #7ADAB0
Tints of Medium Aquamarine #7ADAB0
RGB
CMYK
RGB Variations
Color information
#7ADAB0 (or 0x7ADAB0) is known color: Medium Aquamarine. HEX triplet: 7A, DA and B0. RGB value is (122,218,176). Sum of RGB (Red+Green+Blue) = 122+218+176=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADAB0 is #85254F. Grayscale: #B8B8B8. Windows color (decimal): -8725840 or 11590266. OLE color: 11590266.
HSL color Cylindrical-coordinate representation of color #7ADAB0: hue angle of 153.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAB0 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 176 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.15 |
| HSL | 153.75º | 0.56% | 0.67% | - |
| HSV(B) | 153.75º | 0.44% | 0.85% | - |
| XYZ | 40.93 | 57.41 | 50 | - |
| YUV | 184.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 176 | 0.44 | 0 | 0.19 | 0.15 | 153.75 | 0.56 | 0.67 |
| Hex | 7A | DA | B0 | 2C | 0 | 13 | F | 9A | 38 | 43 |
| Octal | 172 | 332 | 260 | 54 | 0 | 23 | 17 | 232 | 70 | 103 |
| Binary | 1111010 | 11011010 | 10110000 | 101100 | 0 | 10011 | 1111 | 10011010 | 111000 | 1000011 |
Color Harmonies of #7ADAB0
Complementary color
Monochromatic Colors of #7ADAB0
Black with #7ADAB0
Text Example
Text Example
White with #7ADAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAB0; }
p { color: rgb(122,218,176); }
H1.HeaderClassName
{
color: #7ADAB0;
}
.AnyTagClassName
{
color: #7ADAB0;
}
</style>
background-color css
<style>
a { background-color: #7ADAB0; }
a { background-color: rgb(122,218,176); }
div.DivClassName
{
background-color: #7ADAB0;
}
.BgClassName
{
background-color: #7ADAB0;
}
</style>
border-color css
<style>
span { border-color: #7ADAB0; }
span { border-color: rgb(122,218,176); }
td.TdClassName
{
border-color: #7ADAB0;
}
.TagClassName
{
border-color: #7ADAB0;
}
</style>