#7ED0A7

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

Shades of Medium Aquamarine #7ED0A7

Tints of Medium Aquamarine #7ED0A7

Color information

#7ED0A7 (or 0x7ED0A7) is unknown color: approx Medium Aquamarine. HEX triplet: 7E, D0 and A7. RGB value is (126,208,167). Sum of RGB (Red+Green+Blue) = 126+208+167=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0A7 is #812F58. Grayscale: #B2B2B2. Windows color (decimal): -8466265 or 10997886. OLE color: 10997886.

HSL color Cylindrical-coordinate representation of color #7ED0A7: hue angle of 150º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0A7 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB126208167-
CMYK0.3900.200.18
HSL150º46.59%65.49%-
HSV(B)150º39.42%81.57%-
XYZ38.1452.3444.65-
YUV178.81121.3390.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.15%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=25.15%
G=41.52%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081670.3900.200.1815046.5965.49
Hex7ED0A72701412962f41
Octal176320247470242222657101
Binary1111110110100001010011110011101010010010100101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,208,167); }

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

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

 a { background-color: rgb(126,208,167); }

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

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

 span { border-color: rgb(126,208,167); }

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