Shades of Medium Aquamarine #7ADBA5
Tints of Medium Aquamarine #7ADBA5
RGB
CMYK
RGB Variations
Color information
#7ADBA5 (or 0x7ADBA5) is known color: Medium Aquamarine. HEX triplet: 7A, DB and A5. RGB value is (122,219,165). Sum of RGB (Red+Green+Blue) = 122+219+165=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADBA5 is #85245A. Grayscale: #B7B7B7. Windows color (decimal): -8725595 or 10869626. OLE color: 10869626.
HSL color Cylindrical-coordinate representation of color #7ADBA5: hue angle of 146.6º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADBA5 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 165 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.14 |
| HSL | 146.6º | 0.57% | 0.67% | - |
| HSV(B) | 146.6º | 0.44% | 0.86% | - |
| XYZ | 40.15 | 57.52 | 44.58 | - |
| YUV | 183.84 | 117.36 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 165 | 0.44 | 0 | 0.25 | 0.14 | 146.6 | 0.57 | 0.67 |
| Hex | 7A | DB | A5 | 2C | 0 | 19 | E | 93 | 39 | 43 |
| Octal | 172 | 333 | 245 | 54 | 0 | 31 | 16 | 223 | 71 | 103 |
| Binary | 1111010 | 11011011 | 10100101 | 101100 | 0 | 11001 | 1110 | 10010011 | 111001 | 1000011 |
Color Harmonies of #7ADBA5
Complementary color
Monochromatic Colors of #7ADBA5
Black with #7ADBA5
Text Example
Text Example
White with #7ADBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBA5; }
p { color: rgb(122,219,165); }
H1.HeaderClassName
{
color: #7ADBA5;
}
.AnyTagClassName
{
color: #7ADBA5;
}
</style>
background-color css
<style>
a { background-color: #7ADBA5; }
a { background-color: rgb(122,219,165); }
div.DivClassName
{
background-color: #7ADBA5;
}
.BgClassName
{
background-color: #7ADBA5;
}
</style>
border-color css
<style>
span { border-color: #7ADBA5; }
span { border-color: rgb(122,219,165); }
td.TdClassName
{
border-color: #7ADBA5;
}
.TagClassName
{
border-color: #7ADBA5;
}
</style>