Shades of Aquamarine #7AEEDB
Tints of Aquamarine #7AEEDB
RGB
CMYK
RGB Variations
Color information
#7AEEDB (or 0x7AEEDB) is known color: Aquamarine. HEX triplet: 7A, EE and DB. RGB value is (122,238,219). Sum of RGB (Red+Green+Blue) = 122+238+219=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEEDB is #851124. Grayscale: #C9C9C9. Windows color (decimal): -8720677 or 14413434. OLE color: 14413434.
HSL color Cylindrical-coordinate representation of color #7AEEDB: hue angle of 170.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEEDB is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 238 | 219 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.07 |
| HSL | 170.17º | 0.77% | 0.71% | - |
| HSV(B) | 170.17º | 0.49% | 0.93% | - |
| XYZ | 51.39 | 70.4 | 77.9 | - |
| YUV | 201.15 | 138.07 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 219 | 0.49 | 0 | 0.08 | 0.07 | 170.17 | 0.77 | 0.71 |
| Hex | 7A | EE | DB | 31 | 0 | 8 | 7 | AA | 4D | 47 |
| Octal | 172 | 356 | 333 | 61 | 0 | 10 | 7 | 252 | 115 | 107 |
| Binary | 1111010 | 11101110 | 11011011 | 110001 | 0 | 1000 | 111 | 10101010 | 1001101 | 1000111 |
Color Harmonies of #7AEEDB
Complementary color
Monochromatic Colors of #7AEEDB
Black with #7AEEDB
Text Example
Text Example
White with #7AEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEEDB; }
p { color: rgb(122,238,219); }
H1.HeaderClassName
{
color: #7AEEDB;
}
.AnyTagClassName
{
color: #7AEEDB;
}
</style>
background-color css
<style>
a { background-color: #7AEEDB; }
a { background-color: rgb(122,238,219); }
div.DivClassName
{
background-color: #7AEEDB;
}
.BgClassName
{
background-color: #7AEEDB;
}
</style>
border-color css
<style>
span { border-color: #7AEEDB; }
span { border-color: rgb(122,238,219); }
td.TdClassName
{
border-color: #7AEEDB;
}
.TagClassName
{
border-color: #7AEEDB;
}
</style>