#7AEDD2

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

Shades of Aquamarine #7AEDD2

Tints of Aquamarine #7AEDD2

Color information

#7AEDD2 (or 0x7AEDD2) is unknown color: approx Aquamarine. HEX triplet: 7A, ED and D2. RGB value is (122,237,210). Sum of RGB (Red+Green+Blue) = 122+237+210=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDD2 is #85122D. Grayscale: #C7C7C7. Windows color (decimal): -8720942 or 13823354. OLE color: 13823354.

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

Color convert

RGB122237210-
CMYK0.4900.110.07
HSL165.91º76.16%70.39%-
HSV(B)165.91º48.52%92.94%-
XYZ49.9469.3671.73-
YUV199.54133.972.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.44%
GREEN value IS 237 (92.97% from 255) = 41.65%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=21.44%
G=41.65%
B=36.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222372100.4900.110.07165.9176.1670.39
Hex7AEDD2310B7a64c46
Octal172355322610137246114106
Binary11110101110110111010010110001010111111010011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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