Shades of Medium Aquamarine #7ADEA8
Tints of Medium Aquamarine #7ADEA8
RGB
CMYK
RGB Variations
Color information
#7ADEA8 (or 0x7ADEA8) is known color: Medium Aquamarine. HEX triplet: 7A, DE and A8. RGB value is (122,222,168). Sum of RGB (Red+Green+Blue) = 122+222+168=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADEA8 is #852157. Grayscale: #BABABA. Windows color (decimal): -8724824 or 11067002. OLE color: 11067002.
HSL color Cylindrical-coordinate representation of color #7ADEA8: hue angle of 147.6º 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 #7ADEA8 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 168 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.13 |
| HSL | 147.6º | 0.6% | 0.67% | - |
| HSV(B) | 147.6º | 0.45% | 0.87% | - |
| XYZ | 41.22 | 59.21 | 46.3 | - |
| YUV | 185.94 | 117.87 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 168 | 0.45 | 0 | 0.24 | 0.13 | 147.6 | 0.6 | 0.67 |
| Hex | 7A | DE | A8 | 2D | 0 | 18 | D | 94 | 3C | 43 |
| Octal | 172 | 336 | 250 | 55 | 0 | 30 | 15 | 224 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10101000 | 101101 | 0 | 11000 | 1101 | 10010100 | 111100 | 1000011 |
Color Harmonies of #7ADEA8
Complementary color
Monochromatic Colors of #7ADEA8
Black with #7ADEA8
Text Example
Text Example
White with #7ADEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEA8; }
p { color: rgb(122,222,168); }
H1.HeaderClassName
{
color: #7ADEA8;
}
.AnyTagClassName
{
color: #7ADEA8;
}
</style>
background-color css
<style>
a { background-color: #7ADEA8; }
a { background-color: rgb(122,222,168); }
div.DivClassName
{
background-color: #7ADEA8;
}
.BgClassName
{
background-color: #7ADEA8;
}
</style>
border-color css
<style>
span { border-color: #7ADEA8; }
span { border-color: rgb(122,222,168); }
td.TdClassName
{
border-color: #7ADEA8;
}
.TagClassName
{
border-color: #7ADEA8;
}
</style>