#7EEDC5

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

Shades of Aquamarine #7EEDC5

Tints of Aquamarine #7EEDC5

Color information

#7EEDC5 (or 0x7EEDC5) is unknown color: approx Aquamarine. HEX triplet: 7E, ED and C5. RGB value is (126,237,197). Sum of RGB (Red+Green+Blue) = 126+237+197=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEDC5 is #81123A. Grayscale: #C7C7C7. Windows color (decimal): -8458811 or 12971390. OLE color: 12971390.

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

Color convert

RGB126237197-
CMYK0.4700.170.07
HSL158.38º75.51%71.18%-
HSV(B)158.38º46.84%92.94%-
XYZ48.9769.0463.57-
YUV199.25126.7375.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.5%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 197 (77.34% from 255) = 35.18%
R=22.5%
G=42.32%
B=35.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262371970.4700.170.07158.3875.5171.18
Hex7EEDC52F01179e4c47
Octal176355305570217236114107
Binary111111011101101110001011011110100011111001111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,237,197); }

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

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

 a { background-color: rgb(126,237,197); }

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

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

 span { border-color: rgb(126,237,197); }

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