#7AFAD0

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

Shades of Aquamarine #7AFAD0

Tints of Aquamarine #7AFAD0

Color information

#7AFAD0 (or 0x7AFAD0) is unknown color: approx Aquamarine. HEX triplet: 7A, FA and D0. RGB value is (122,250,208). Sum of RGB (Red+Green+Blue) = 122+250+208=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFAD0 is #85052F. Grayscale: #CECECE. Windows color (decimal): -8717616 or 13695610. OLE color: 13695610.

HSL color Cylindrical-coordinate representation of color #7AFAD0: hue angle of 160.31º 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 #7AFAD0 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB122250208-
CMYK0.5100.170.02
HSL160.31º92.75%72.94%-
HSV(B)160.31º51.2%98.04%-
XYZ53.677.0671.72-
YUV206.94128.5967.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.03%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=21.03%
G=43.10%
B=35.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222502080.5100.170.02160.3192.7572.94
Hex7AFAD0330112a05d49
Octal172372320630212240135111
Binary11110101111101011010000110011010001101010000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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