#7AFFD9

Color #7AFFD9 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7AFFD9

Tints of Aquamarine #7AFFD9

Color information

#7AFFD9 (or 0x7AFFD9) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and D9. RGB value is (122,255,217). Sum of RGB (Red+Green+Blue) = 122+255+217=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFD9 is #850026. Grayscale: #D2D2D2. Windows color (decimal): -8716327 or 14286714. OLE color: 14286714.

HSL color Cylindrical-coordinate representation of color #7AFFD9: hue angle of 162.86º 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 #7AFFD9 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB122255217-
CMYK0.5200.150
HSL162.86º100%73.92%-
HSV(B)162.86º52.16%100%-
XYZ56.3180.6778.25-
YUV210.9131.4464.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 20.54%
GREEN value IS 255 (100% from 255) = 42.93%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=20.54%
G=42.93%
B=36.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552170.5200.150162.8610073.92
Hex7AFFD9340F0a3644a
Octal172377331640170243144112
Binary111101011111111110110011101000111101010001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AFFD9; }

 p { color: rgb(122,255,217); }

 H1.HeaderClassName
 {
   color: #7AFFD9;
 }
 .AnyTagClassName
 {
   color: #7AFFD9;
 }
</style>
background-color css

<style>
 a { background-color: #7AFFD9; }

 a { background-color: rgb(122,255,217); }

 div.DivClassName
 {
   background-color: #7AFFD9;
 }
 .BgClassName
 {
   background-color: #7AFFD9;
 }
</style>
border-color css

<style>
 span { border-color: #7AFFD9; }

 span { border-color: rgb(122,255,217); }

 td.TdClassName
 {
   border-color: #7AFFD9;
 }
 .TagClassName
 {
   border-color: #7AFFD9;
 }
</style>