#7ECFA6

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

Shades of Medium Aquamarine #7ECFA6

Tints of Medium Aquamarine #7ECFA6

Color information

#7ECFA6 (or 0x7ECFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 7E, CF and A6. RGB value is (126,207,166). Sum of RGB (Red+Green+Blue) = 126+207+166=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECFA6 is #813059. Grayscale: #B2B2B2. Windows color (decimal): -8466522 or 10932094. OLE color: 10932094.

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

Color convert

RGB126207166-
CMYK0.3900.200.19
HSL149.63º45.76%65.29%-
HSV(B)149.63º39.13%81.18%-
XYZ37.851.8144.09-
YUV178.11121.1690.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.25%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=25.25%
G=41.48%
B=33.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071660.3900.200.19149.6345.7665.29
Hex7ECFA62701413962e41
Octal176317246470242322656101
Binary1111110110011111010011010011101010010011100101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,207,166); }

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

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

 a { background-color: rgb(126,207,166); }

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

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

 span { border-color: rgb(126,207,166); }

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