Shades of Aquamarine #7AFDE4
Tints of Aquamarine #7AFDE4
RGB
CMYK
RGB Variations
Color information
#7AFDE4 (or 0x7AFDE4) is known color: Aquamarine. HEX triplet: 7A, FD and E4. RGB value is (122,253,228). Sum of RGB (Red+Green+Blue) = 122+253+228=603 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.23% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDE4 is #85021B. Grayscale: #D2D2D2. Windows color (decimal): -8716828 or 15007098. OLE color: 15007098.
HSL color Cylindrical-coordinate representation of color #7AFDE4: hue angle of 168.55º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDE4 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 228 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.01 |
| HSL | 168.55º | 0.97% | 0.74% | - |
| HSV(B) | 168.55º | 0.52% | 0.99% | - |
| XYZ | 57.15 | 79.99 | 85.83 | - |
| YUV | 210.98 | 137.6 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 228 | 0.52 | 0 | 0.10 | 0.01 | 168.55 | 0.97 | 0.74 |
| Hex | 7A | FD | E4 | 34 | 0 | A | 1 | A9 | 61 | 4A |
| Octal | 172 | 375 | 344 | 64 | 0 | 12 | 1 | 251 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11100100 | 110100 | 0 | 1010 | 1 | 10101001 | 1100001 | 1001010 |
Color Harmonies of #7AFDE4
Complementary color
Monochromatic Colors of #7AFDE4
Black with #7AFDE4
Text Example
Text Example
White with #7AFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDE4; }
p { color: rgb(122,253,228); }
H1.HeaderClassName
{
color: #7AFDE4;
}
.AnyTagClassName
{
color: #7AFDE4;
}
</style>
background-color css
<style>
a { background-color: #7AFDE4; }
a { background-color: rgb(122,253,228); }
div.DivClassName
{
background-color: #7AFDE4;
}
.BgClassName
{
background-color: #7AFDE4;
}
</style>
border-color css
<style>
span { border-color: #7AFDE4; }
span { border-color: rgb(122,253,228); }
td.TdClassName
{
border-color: #7AFDE4;
}
.TagClassName
{
border-color: #7AFDE4;
}
</style>