#7EEADD

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

Shades of Aquamarine #7EEADD

Tints of Aquamarine #7EEADD

Color information

#7EEADD (or 0x7EEADD) is unknown color: approx Aquamarine. HEX triplet: 7E, EA and DD. RGB value is (126,234,221). Sum of RGB (Red+Green+Blue) = 126+234+221=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEADD is #811522. Grayscale: #C8C8C8. Windows color (decimal): -8459555 or 14543486. OLE color: 14543486.

HSL color Cylindrical-coordinate representation of color #7EEADD: hue angle of 172.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEADD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB126234221-
CMYK0.4600.060.08
HSL172.78º72%70.59%-
HSV(B)172.78º46.15%91.76%-
XYZ51.0868.578.94-
YUV200.23139.7275.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.69%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=21.69%
G=40.28%
B=38.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262342210.4600.060.08172.787270.59
Hex7EEADD2E068ad4847
Octal176352335560610255110107
Binary11111101110101011011101101110011010001010110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,234,221); }

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

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

 a { background-color: rgb(126,234,221); }

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

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

 span { border-color: rgb(126,234,221); }

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