Shades of Aquamarine #7AEDB7
Tints of Aquamarine #7AEDB7
RGB
CMYK
RGB Variations
Color information
#7AEDB7 (or 0x7AEDB7) is known color: Aquamarine. HEX triplet: 7A, ED and B7. RGB value is (122,237,183). Sum of RGB (Red+Green+Blue) = 122+237+183=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDB7 is #851248. Grayscale: #C4C4C4. Windows color (decimal): -8720969 or 12053882. OLE color: 12053882.
HSL color Cylindrical-coordinate representation of color #7AEDB7: hue angle of 151.83º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDB7 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 183 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.07 |
| HSL | 151.83º | 0.76% | 0.7% | - |
| HSV(B) | 151.83º | 0.49% | 0.93% | - |
| XYZ | 46.86 | 68.12 | 55.48 | - |
| YUV | 196.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 183 | 0.49 | 0 | 0.23 | 0.07 | 151.83 | 0.76 | 0.7 |
| Hex | 7A | ED | B7 | 31 | 0 | 17 | 7 | 98 | 4C | 46 |
| Octal | 172 | 355 | 267 | 61 | 0 | 27 | 7 | 230 | 114 | 106 |
| Binary | 1111010 | 11101101 | 10110111 | 110001 | 0 | 10111 | 111 | 10011000 | 1001100 | 1000110 |
Color Harmonies of #7AEDB7
Complementary color
Monochromatic Colors of #7AEDB7
Black with #7AEDB7
Text Example
Text Example
White with #7AEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDB7; }
p { color: rgb(122,237,183); }
H1.HeaderClassName
{
color: #7AEDB7;
}
.AnyTagClassName
{
color: #7AEDB7;
}
</style>
background-color css
<style>
a { background-color: #7AEDB7; }
a { background-color: rgb(122,237,183); }
div.DivClassName
{
background-color: #7AEDB7;
}
.BgClassName
{
background-color: #7AEDB7;
}
</style>
border-color css
<style>
span { border-color: #7AEDB7; }
span { border-color: rgb(122,237,183); }
td.TdClassName
{
border-color: #7AEDB7;
}
.TagClassName
{
border-color: #7AEDB7;
}
</style>