#7AF5D6

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

Shades of Aquamarine #7AF5D6

Tints of Aquamarine #7AF5D6

Color information

#7AF5D6 (or 0x7AF5D6) is unknown color: approx Aquamarine. HEX triplet: 7A, F5 and D6. RGB value is (122,245,214). Sum of RGB (Red+Green+Blue) = 122+245+214=581 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.00% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF5D6 is #850A29. Grayscale: #CCCCCC. Windows color (decimal): -8718890 or 14087546. OLE color: 14087546.

HSL color Cylindrical-coordinate representation of color #7AF5D6: hue angle of 164.88º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF5D6 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB122245214-
CMYK0.5000.130.04
HSL164.88º86.01%71.96%-
HSV(B)164.88º50.2%96.08%-
XYZ52.8274.375.18-
YUV204.69133.2569.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.00%
GREEN value IS 245 (96.09% from 255) = 42.17%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=21.00%
G=42.17%
B=36.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222452140.5000.130.04164.8886.0171.96
Hex7AF5D6320D4a55648
Octal172365326620154245126110
Binary11110101111010111010110110010011011001010010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,245,214); }

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

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

 a { background-color: rgb(122,245,214); }

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

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

 span { border-color: rgb(122,245,214); }

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