#7AFAD5

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

Shades of Aquamarine #7AFAD5

Tints of Aquamarine #7AFAD5

Color information

#7AFAD5 (or 0x7AFAD5) is unknown color: approx Aquamarine. HEX triplet: 7A, FA and D5. RGB value is (122,250,213). Sum of RGB (Red+Green+Blue) = 122+250+213=585 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.85% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAD5 is #85052A. Grayscale: #CFCFCF. Windows color (decimal): -8717611 or 14023290. OLE color: 14023290.

HSL color Cylindrical-coordinate representation of color #7AFAD5: hue angle of 162.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AFAD5 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB122250213-
CMYK0.5100.150.02
HSL162.66º92.75%72.94%-
HSV(B)162.66º51.2%98.04%-
XYZ54.2277.3175.02-
YUV207.51131.0967.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.85%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=20.85%
G=42.74%
B=36.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222502130.5100.150.02162.6692.7572.94
Hex7AFAD5330F2a35d49
Octal172372325630172243135111
Binary1111010111110101101010111001101111101010001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,250,213); }

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

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

 a { background-color: rgb(122,250,213); }

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

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

 span { border-color: rgb(122,250,213); }

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