#7AF5D4

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

Shades of Aquamarine #7AF5D4

Tints of Aquamarine #7AF5D4

Color information

#7AF5D4 (or 0x7AF5D4) is unknown color: approx Aquamarine. HEX triplet: 7A, F5 and D4. RGB value is (122,245,212). Sum of RGB (Red+Green+Blue) = 122+245+212=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF5D4 is #850A2B. Grayscale: #CCCCCC. Windows color (decimal): -8718892 or 13956474. OLE color: 13956474.

HSL color Cylindrical-coordinate representation of color #7AF5D4: hue angle of 163.9º 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 #7AF5D4 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB122245212-
CMYK0.5000.130.04
HSL163.9º86.01%71.96%-
HSV(B)163.9º50.2%96.08%-
XYZ52.5674.273.84-
YUV204.46132.2569.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.07%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=21.07%
G=42.31%
B=36.61%

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
Decimal1222452120.5000.130.04163.986.0171.96
Hex7AF5D4320D4a45648
Octal172365324620154244126110
Binary11110101111010111010100110010011011001010010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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