Shades of Aquamarine #7AFEDC
Tints of Aquamarine #7AFEDC
RGB
CMYK
RGB Variations
Color information
#7AFEDC (or 0x7AFEDC) is known color: Aquamarine. HEX triplet: 7A, FE and DC. RGB value is (122,254,220). Sum of RGB (Red+Green+Blue) = 122+254+220=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFEDC is #850123. Grayscale: #D2D2D2. Windows color (decimal): -8716580 or 14483066. OLE color: 14483066.
HSL color Cylindrical-coordinate representation of color #7AFEDC: hue angle of 164.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEDC is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 220 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.00 |
| HSL | 164.55º | 0.99% | 0.74% | - |
| HSV(B) | 164.55º | 0.52% | 1% | - |
| XYZ | 56.39 | 80.19 | 80.22 | - |
| YUV | 210.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 220 | 0.52 | 0 | 0.13 | 0.00 | 164.55 | 0.99 | 0.74 |
| Hex | 7A | FE | DC | 34 | 0 | D | 0 | A5 | 63 | 4A |
| Octal | 172 | 376 | 334 | 64 | 0 | 15 | 0 | 245 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11011100 | 110100 | 0 | 1101 | 0 | 10100101 | 1100011 | 1001010 |
Color Harmonies of #7AFEDC
Complementary color
Monochromatic Colors of #7AFEDC
Black with #7AFEDC
Text Example
Text Example
White with #7AFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEDC; }
p { color: rgb(122,254,220); }
H1.HeaderClassName
{
color: #7AFEDC;
}
.AnyTagClassName
{
color: #7AFEDC;
}
</style>
background-color css
<style>
a { background-color: #7AFEDC; }
a { background-color: rgb(122,254,220); }
div.DivClassName
{
background-color: #7AFEDC;
}
.BgClassName
{
background-color: #7AFEDC;
}
</style>
border-color css
<style>
span { border-color: #7AFEDC; }
span { border-color: rgb(122,254,220); }
td.TdClassName
{
border-color: #7AFEDC;
}
.TagClassName
{
border-color: #7AFEDC;
}
</style>