Shades of Aquamarine #7AEADD
Tints of Aquamarine #7AEADD
RGB
CMYK
RGB Variations
Color information
#7AEADD (or 0x7AEADD) is known color: Aquamarine. HEX triplet: 7A, EA and DD. RGB value is (122,234,221). Sum of RGB (Red+Green+Blue) = 122+234+221=577 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.14% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEADD is #851522. Grayscale: #C6C6C6. Windows color (decimal): -8721699 or 14543482. OLE color: 14543482.
HSL color Cylindrical-coordinate representation of color #7AEADD: hue angle of 173.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEADD is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 234 | 221 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.08 |
| HSL | 173.04º | 0.73% | 0.7% | - |
| HSV(B) | 173.04º | 0.48% | 0.92% | - |
| XYZ | 50.5 | 68.2 | 78.91 | - |
| YUV | 199.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 234 | 221 | 0.48 | 0 | 0.06 | 0.08 | 173.04 | 0.73 | 0.7 |
| Hex | 7A | EA | DD | 30 | 0 | 6 | 8 | AD | 49 | 46 |
| Octal | 172 | 352 | 335 | 60 | 0 | 6 | 10 | 255 | 111 | 106 |
| Binary | 1111010 | 11101010 | 11011101 | 110000 | 0 | 110 | 1000 | 10101101 | 1001001 | 1000110 |
Color Harmonies of #7AEADD
Complementary color
Monochromatic Colors of #7AEADD
Black with #7AEADD
Text Example
Text Example
White with #7AEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEADD; }
p { color: rgb(122,234,221); }
H1.HeaderClassName
{
color: #7AEADD;
}
.AnyTagClassName
{
color: #7AEADD;
}
</style>
background-color css
<style>
a { background-color: #7AEADD; }
a { background-color: rgb(122,234,221); }
div.DivClassName
{
background-color: #7AEADD;
}
.BgClassName
{
background-color: #7AEADD;
}
</style>
border-color css
<style>
span { border-color: #7AEADD; }
span { border-color: rgb(122,234,221); }
td.TdClassName
{
border-color: #7AEADD;
}
.TagClassName
{
border-color: #7AEADD;
}
</style>