#7AEED1

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

Shades of Aquamarine #7AEED1

Tints of Aquamarine #7AEED1

Color information

#7AEED1 (or 0x7AEED1) is unknown color: approx Aquamarine. HEX triplet: 7A, EE and D1. RGB value is (122,238,209). Sum of RGB (Red+Green+Blue) = 122+238+209=569 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.44% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEED1 is #85112E. Grayscale: #C8C8C8. Windows color (decimal): -8720687 or 13758074. OLE color: 13758074.

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

Color convert

RGB122238209-
CMYK0.4900.120.07
HSL165º77.33%70.59%-
HSV(B)165º48.74%93.33%-
XYZ50.1169.8971.17-
YUV200.01133.0772.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.44%
GREEN value IS 238 (93.36% from 255) = 41.83%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=21.44%
G=41.83%
B=36.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222382090.4900.120.0716577.3370.59
Hex7AEED1310C7a54d47
Octal172356321610147245115107
Binary11110101110111011010001110001011001111010010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,238,209); }

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

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

 a { background-color: rgb(122,238,209); }

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

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

 span { border-color: rgb(122,238,209); }

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