Shades of Medium Aquamarine #7ADBA8
Tints of Medium Aquamarine #7ADBA8
RGB
CMYK
RGB Variations
Color information
#7ADBA8 (or 0x7ADBA8) is known color: Medium Aquamarine. HEX triplet: 7A, DB and A8. RGB value is (122,219,168). Sum of RGB (Red+Green+Blue) = 122+219+168=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADBA8 is #852457. Grayscale: #B8B8B8. Windows color (decimal): -8725592 or 11066234. OLE color: 11066234.
HSL color Cylindrical-coordinate representation of color #7ADBA8: hue angle of 148.45º 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 #7ADBA8 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 168 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.14 |
| HSL | 148.45º | 0.57% | 0.67% | - |
| HSV(B) | 148.45º | 0.44% | 0.86% | - |
| XYZ | 40.43 | 57.63 | 46.04 | - |
| YUV | 184.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 168 | 0.44 | 0 | 0.23 | 0.14 | 148.45 | 0.57 | 0.67 |
| Hex | 7A | DB | A8 | 2C | 0 | 17 | E | 94 | 39 | 43 |
| Octal | 172 | 333 | 250 | 54 | 0 | 27 | 16 | 224 | 71 | 103 |
| Binary | 1111010 | 11011011 | 10101000 | 101100 | 0 | 10111 | 1110 | 10010100 | 111001 | 1000011 |
Color Harmonies of #7ADBA8
Complementary color
Monochromatic Colors of #7ADBA8
Black with #7ADBA8
Text Example
Text Example
White with #7ADBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBA8; }
p { color: rgb(122,219,168); }
H1.HeaderClassName
{
color: #7ADBA8;
}
.AnyTagClassName
{
color: #7ADBA8;
}
</style>
background-color css
<style>
a { background-color: #7ADBA8; }
a { background-color: rgb(122,219,168); }
div.DivClassName
{
background-color: #7ADBA8;
}
.BgClassName
{
background-color: #7ADBA8;
}
</style>
border-color css
<style>
span { border-color: #7ADBA8; }
span { border-color: rgb(122,219,168); }
td.TdClassName
{
border-color: #7ADBA8;
}
.TagClassName
{
border-color: #7ADBA8;
}
</style>