#7AEDC8

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

Shades of Aquamarine #7AEDC8

Tints of Aquamarine #7AEDC8

Color information

#7AEDC8 (or 0x7AEDC8) is unknown color: approx Aquamarine. HEX triplet: 7A, ED and C8. RGB value is (122,237,200). Sum of RGB (Red+Green+Blue) = 122+237+200=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDC8 is #851237. Grayscale: #C6C6C6. Windows color (decimal): -8720952 or 13167994. OLE color: 13167994.

HSL color Cylindrical-coordinate representation of color #7AEDC8: hue angle of 160.7º 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 #7AEDC8 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB122237200-
CMYK0.4900.160.07
HSL160.7º76.16%70.39%-
HSV(B)160.7º48.52%92.94%-
XYZ48.7468.8865.37-
YUV198.4128.973.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.82%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=21.82%
G=42.40%
B=35.78%

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
Decimal1222372000.4900.160.07160.776.1670.39
Hex7AEDC8310107a14c46
Octal172355310610207241114106
Binary111101011101101110010001100010100001111010000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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