Shades of Aquamarine #7AFDD4
Tints of Aquamarine #7AFDD4
RGB
CMYK
RGB Variations
Color information
#7AFDD4 (or 0x7AFDD4) is known color: Aquamarine. HEX triplet: 7A, FD and D4. RGB value is (122,253,212). Sum of RGB (Red+Green+Blue) = 122+253+212=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDD4 is #85022B. Grayscale: #D1D1D1. Windows color (decimal): -8716844 or 13958522. OLE color: 13958522.
HSL color Cylindrical-coordinate representation of color #7AFDD4: hue angle of 161.22º 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 #7AFDD4 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 212 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.01 |
| HSL | 161.22º | 0.97% | 0.74% | - |
| HSV(B) | 161.22º | 0.52% | 0.99% | - |
| XYZ | 55.03 | 79.14 | 74.66 | - |
| YUV | 209.16 | 129.6 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 212 | 0.52 | 0 | 0.16 | 0.01 | 161.22 | 0.97 | 0.74 |
| Hex | 7A | FD | D4 | 34 | 0 | 10 | 1 | A1 | 61 | 4A |
| Octal | 172 | 375 | 324 | 64 | 0 | 20 | 1 | 241 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11010100 | 110100 | 0 | 10000 | 1 | 10100001 | 1100001 | 1001010 |
Color Harmonies of #7AFDD4
Complementary color
Monochromatic Colors of #7AFDD4
Black with #7AFDD4
Text Example
Text Example
White with #7AFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDD4; }
p { color: rgb(122,253,212); }
H1.HeaderClassName
{
color: #7AFDD4;
}
.AnyTagClassName
{
color: #7AFDD4;
}
</style>
background-color css
<style>
a { background-color: #7AFDD4; }
a { background-color: rgb(122,253,212); }
div.DivClassName
{
background-color: #7AFDD4;
}
.BgClassName
{
background-color: #7AFDD4;
}
</style>
border-color css
<style>
span { border-color: #7AFDD4; }
span { border-color: rgb(122,253,212); }
td.TdClassName
{
border-color: #7AFDD4;
}
.TagClassName
{
border-color: #7AFDD4;
}
</style>