Shades of Aquamarine #7AFDE5
Tints of Aquamarine #7AFDE5
RGB
CMYK
RGB Variations
Color information
#7AFDE5 (or 0x7AFDE5) is known color: Aquamarine. HEX triplet: 7A, FD and E5. RGB value is (122,253,229). Sum of RGB (Red+Green+Blue) = 122+253+229=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDE5 is #85021A. Grayscale: #D3D3D3. Windows color (decimal): -8716827 or 15072634. OLE color: 15072634.
HSL color Cylindrical-coordinate representation of color #7AFDE5: hue angle of 169.01º 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 #7AFDE5 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 229 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.01 |
| HSL | 169.01º | 0.97% | 0.74% | - |
| HSV(B) | 169.01º | 0.52% | 0.99% | - |
| XYZ | 57.29 | 80.05 | 86.56 | - |
| YUV | 211.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 229 | 0.52 | 0 | 0.09 | 0.01 | 169.01 | 0.97 | 0.74 |
| Hex | 7A | FD | E5 | 34 | 0 | 9 | 1 | A9 | 61 | 4A |
| Octal | 172 | 375 | 345 | 64 | 0 | 11 | 1 | 251 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11100101 | 110100 | 0 | 1001 | 1 | 10101001 | 1100001 | 1001010 |
Color Harmonies of #7AFDE5
Complementary color
Monochromatic Colors of #7AFDE5
Black with #7AFDE5
Text Example
Text Example
White with #7AFDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDE5; }
p { color: rgb(122,253,229); }
H1.HeaderClassName
{
color: #7AFDE5;
}
.AnyTagClassName
{
color: #7AFDE5;
}
</style>
background-color css
<style>
a { background-color: #7AFDE5; }
a { background-color: rgb(122,253,229); }
div.DivClassName
{
background-color: #7AFDE5;
}
.BgClassName
{
background-color: #7AFDE5;
}
</style>
border-color css
<style>
span { border-color: #7AFDE5; }
span { border-color: rgb(122,253,229); }
td.TdClassName
{
border-color: #7AFDE5;
}
.TagClassName
{
border-color: #7AFDE5;
}
</style>