#7AECD9

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

Shades of Aquamarine #7AECD9

Tints of Aquamarine #7AECD9

Color information

#7AECD9 (or 0x7AECD9) is unknown color: approx Aquamarine. HEX triplet: 7A, EC and D9. RGB value is (122,236,217). Sum of RGB (Red+Green+Blue) = 122+236+217=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECD9 is #851326. Grayscale: #C7C7C7. Windows color (decimal): -8721191 or 14281850. OLE color: 14281850.

HSL color Cylindrical-coordinate representation of color #7AECD9: hue angle of 170º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AECD9 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB122236217-
CMYK0.4800.080.07
HSL170º75%70.2%-
HSV(B)170º48.31%92.55%-
XYZ50.5569.1476.33-
YUV199.75137.7372.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.22%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=21.22%
G=41.04%
B=37.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222362170.4800.080.071707570.2
Hex7AECD930087aa4b46
Octal172354331600107252113106
Binary11110101110110011011001110000010001111010101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,236,217); }

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

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

 a { background-color: rgb(122,236,217); }

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

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

 span { border-color: rgb(122,236,217); }

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