#7AF5DF

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

Shades of Aquamarine #7AF5DF

Tints of Aquamarine #7AF5DF

Color information

#7AF5DF (or 0x7AF5DF) is unknown color: approx Aquamarine. HEX triplet: 7A, F5 and DF. RGB value is (122,245,223). Sum of RGB (Red+Green+Blue) = 122+245+223=590 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.68% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF5DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF5DF is #850A20. Grayscale: #CDCDCD. Windows color (decimal): -8718881 or 14677370. OLE color: 14677370.

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

Color convert

RGB122245223-
CMYK0.5000.090.04
HSL169.27º86.01%71.96%-
HSV(B)169.27º50.2%96.08%-
XYZ5474.7781.4-
YUV205.72137.7568.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.68%
GREEN value IS 245 (96.09% from 255) = 41.53%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=20.68%
G=41.53%
B=37.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222452230.5000.090.04169.2786.0171.96
Hex7AF5DF32094a95648
Octal172365337620114251126110
Binary11110101111010111011111110010010011001010100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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