#7AF2DA

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

Shades of Aquamarine #7AF2DA

Tints of Aquamarine #7AF2DA

Color information

#7AF2DA (or 0x7AF2DA) is unknown color: approx Aquamarine. HEX triplet: 7A, F2 and DA. RGB value is (122,242,218). Sum of RGB (Red+Green+Blue) = 122+242+218=582 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.96% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF2DA is #850D25. Grayscale: #CBCBCB. Windows color (decimal): -8719654 or 14348922. OLE color: 14348922.

HSL color Cylindrical-coordinate representation of color #7AF2DA: hue angle of 168º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2DA is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB122242218-
CMYK0.5000.100.05
HSL168º82.19%71.37%-
HSV(B)168º49.59%94.9%-
XYZ52.4372.777.6-
YUV203.38136.2469.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.96%
GREEN value IS 242 (94.92% from 255) = 41.58%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=20.96%
G=41.58%
B=37.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222422180.5000.100.0516882.1971.37
Hex7AF2DA320A5a85247
Octal172362332620125250122107
Binary11110101111001011011010110010010101011010100010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,242,218); }

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

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

 a { background-color: rgb(122,242,218); }

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

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

 span { border-color: rgb(122,242,218); }

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