#7AF4E5

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

Shades of Aquamarine #7AF4E5

Tints of Aquamarine #7AF4E5

Color information

#7AF4E5 (or 0x7AF4E5) is unknown color: approx Aquamarine. HEX triplet: 7A, F4 and E5. RGB value is (122,244,229). Sum of RGB (Red+Green+Blue) = 122+244+229=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF4E5 is #850B1A. Grayscale: #CDCDCD. Windows color (decimal): -8719131 or 15070330. OLE color: 15070330.

HSL color Cylindrical-coordinate representation of color #7AF4E5: hue angle of 172.62º degrees, saturation: 0.85, 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 #7AF4E5 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB122244229-
CMYK0.500.060.04
HSL172.62º84.72%71.76%-
HSV(B)172.62º50%95.69%-
XYZ54.5274.585.63-
YUV205.81141.0868.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.50%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=20.50%
G=41.01%
B=38.49%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222442290.500.060.04172.6284.7271.76
Hex7AF4E532064ad5548
Octal17236434562064255125110
Binary1111010111101001110010111001001101001010110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,244,229); }

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

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

 a { background-color: rgb(122,244,229); }

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

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

 span { border-color: rgb(122,244,229); }

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