#7AEDC6

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

Shades of Aquamarine #7AEDC6

Tints of Aquamarine #7AEDC6

Color information

#7AEDC6 (or 0x7AEDC6) is unknown color: approx Aquamarine. HEX triplet: 7A, ED and C6. RGB value is (122,237,198). Sum of RGB (Red+Green+Blue) = 122+237+198=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDC6 is #851239. Grayscale: #C6C6C6. Windows color (decimal): -8720954 or 13036922. OLE color: 13036922.

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

Color convert

RGB122237198-
CMYK0.4900.160.07
HSL159.65º76.16%70.39%-
HSV(B)159.65º48.52%92.94%-
XYZ48.568.7864.15-
YUV198.17127.973.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.90%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=21.90%
G=42.55%
B=35.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371980.4900.160.07159.6576.1670.39
Hex7AEDC6310107a04c46
Octal172355306610207240114106
Binary111101011101101110001101100010100001111010000010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,237,198); }

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

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

 a { background-color: rgb(122,237,198); }

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

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

 span { border-color: rgb(122,237,198); }

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