#7ECBA4

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

Shades of Medium Aquamarine #7ECBA4

Tints of Medium Aquamarine #7ECBA4

Color information

#7ECBA4 (or 0x7ECBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 7E, CB and A4. RGB value is (126,203,164). Sum of RGB (Red+Green+Blue) = 126+203+164=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECBA4 is #81345B. Grayscale: #AFAFAF. Windows color (decimal): -8467548 or 10799998. OLE color: 10799998.

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

Color convert

RGB126203164-
CMYK0.3800.190.20
HSL149.61º42.54%64.51%-
HSV(B)149.61º37.93%79.61%-
XYZ36.6649.8342.81-
YUV175.53121.4992.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.56%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=25.56%
G=41.18%
B=33.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262031640.3800.190.20149.6142.5464.51
Hex7ECBA42601314962b41
Octal176313244460232422653101
Binary1111110110010111010010010011001001110100100101101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,203,164); }

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

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

 a { background-color: rgb(126,203,164); }

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

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

 span { border-color: rgb(126,203,164); }

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