Shades of Aquamarine #7AFFD4
Tints of Aquamarine #7AFFD4
RGB
CMYK
RGB Variations
Color information
#7AFFD4 (or 0x7AFFD4) is known color: Aquamarine. HEX triplet: 7A, FF and D4. RGB value is (122,255,212). Sum of RGB (Red+Green+Blue) = 122+255+212=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFD4 is #85002B. Grayscale: #D2D2D2. Windows color (decimal): -8716332 or 13959034. OLE color: 13959034.
HSL color Cylindrical-coordinate representation of color #7AFFD4: hue angle of 160.6º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFD4 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 212 | - |
| CMYK | 0.52 | 0 | 0.17 | 0 |
| HSL | 160.6º | 1% | 0.74% | - |
| HSV(B) | 160.6º | 0.52% | 1% | - |
| XYZ | 55.67 | 80.41 | 74.87 | - |
| YUV | 210.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 212 | 0.52 | 0 | 0.17 | 0 | 160.6 | 1 | 0.74 |
| Hex | 7A | FF | D4 | 34 | 0 | 11 | 0 | A1 | 64 | 4A |
| Octal | 172 | 377 | 324 | 64 | 0 | 21 | 0 | 241 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11010100 | 110100 | 0 | 10001 | 0 | 10100001 | 1100100 | 1001010 |
Color Harmonies of #7AFFD4
Complementary color
Monochromatic Colors of #7AFFD4
Black with #7AFFD4
Text Example
Text Example
White with #7AFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFD4; }
p { color: rgb(122,255,212); }
H1.HeaderClassName
{
color: #7AFFD4;
}
.AnyTagClassName
{
color: #7AFFD4;
}
</style>
background-color css
<style>
a { background-color: #7AFFD4; }
a { background-color: rgb(122,255,212); }
div.DivClassName
{
background-color: #7AFFD4;
}
.BgClassName
{
background-color: #7AFFD4;
}
</style>
border-color css
<style>
span { border-color: #7AFFD4; }
span { border-color: rgb(122,255,212); }
td.TdClassName
{
border-color: #7AFFD4;
}
.TagClassName
{
border-color: #7AFFD4;
}
</style>