#7ECDA3

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

Shades of Medium Aquamarine #7ECDA3

Tints of Medium Aquamarine #7ECDA3

Color information

#7ECDA3 (or 0x7ECDA3) is unknown color: approx Medium Aquamarine. HEX triplet: 7E, CD and A3. RGB value is (126,205,163). Sum of RGB (Red+Green+Blue) = 126+205+163=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECDA3 is #81325C. Grayscale: #B0B0B0. Windows color (decimal): -8467037 or 10734974. OLE color: 10734974.

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

Color convert

RGB126205163-
CMYK0.3900.200.20
HSL148.1º44.13%64.9%-
HSV(B)148.1º38.54%80.39%-
XYZ37.0550.7442.49-
YUV176.59120.3391.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.51%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=25.51%
G=41.50%
B=33.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051630.3900.200.20148.144.1364.9
Hex7ECDA32701414942c41
Octal176315243470242422454101
Binary1111110110011011010001110011101010010100100101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,205,163); }

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

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

 a { background-color: rgb(126,205,163); }

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

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

 span { border-color: rgb(126,205,163); }

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