Shades of Aquamarine #7AFDD8
Tints of Aquamarine #7AFDD8
RGB
CMYK
RGB Variations
Color information
#7AFDD8 (or 0x7AFDD8) is known color: Aquamarine. HEX triplet: 7A, FD and D8. RGB value is (122,253,216). Sum of RGB (Red+Green+Blue) = 122+253+216=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDD8 is #850227. Grayscale: #D1D1D1. Windows color (decimal): -8716840 or 14220666. OLE color: 14220666.
HSL color Cylindrical-coordinate representation of color #7AFDD8: hue angle of 163.05º 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 #7AFDD8 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 216 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.01 |
| HSL | 163.05º | 0.97% | 0.74% | - |
| HSV(B) | 163.05º | 0.52% | 0.99% | - |
| XYZ | 55.55 | 79.35 | 77.35 | - |
| YUV | 209.61 | 131.6 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 216 | 0.52 | 0 | 0.15 | 0.01 | 163.05 | 0.97 | 0.74 |
| Hex | 7A | FD | D8 | 34 | 0 | F | 1 | A3 | 61 | 4A |
| Octal | 172 | 375 | 330 | 64 | 0 | 17 | 1 | 243 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11011000 | 110100 | 0 | 1111 | 1 | 10100011 | 1100001 | 1001010 |
Color Harmonies of #7AFDD8
Complementary color
Monochromatic Colors of #7AFDD8
Black with #7AFDD8
Text Example
Text Example
White with #7AFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDD8; }
p { color: rgb(122,253,216); }
H1.HeaderClassName
{
color: #7AFDD8;
}
.AnyTagClassName
{
color: #7AFDD8;
}
</style>
background-color css
<style>
a { background-color: #7AFDD8; }
a { background-color: rgb(122,253,216); }
div.DivClassName
{
background-color: #7AFDD8;
}
.BgClassName
{
background-color: #7AFDD8;
}
</style>
border-color css
<style>
span { border-color: #7AFDD8; }
span { border-color: rgb(122,253,216); }
td.TdClassName
{
border-color: #7AFDD8;
}
.TagClassName
{
border-color: #7AFDD8;
}
</style>