#71ECA2

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

Shades of Medium Aquamarine #71ECA2

Tints of Medium Aquamarine #71ECA2

Color information

#71ECA2 (or 0x71ECA2) is unknown color: approx Medium Aquamarine. HEX triplet: 71, EC and A2. RGB value is (113,236,162). Sum of RGB (Red+Green+Blue) = 113+236+162=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ECA2 is #8E135D. Grayscale: #BEBEBE. Windows color (decimal): -9311070 or 10677361. OLE color: 10677361.

HSL color Cylindrical-coordinate representation of color #71ECA2: hue angle of 143.9º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECA2 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB113236162-
CMYK0.5200.310.07
HSL143.9º76.4%68.43%-
HSV(B)143.9º52.12%92.55%-
XYZ43.3366.1144.66-
YUV190.79111.7572.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.11%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=22.11%
G=46.18%
B=31.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132361620.5200.310.07143.976.468.43
Hex71ECA23401F7904c44
Octal161354242640377220114104
Binary111000111101100101000101101000111111111001000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ECA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71ECA2; }

 p { color: rgb(113,236,162); }

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

<style>
 a { background-color: #71ECA2; }

 a { background-color: rgb(113,236,162); }

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

<style>
 span { border-color: #71ECA2; }

 span { border-color: rgb(113,236,162); }

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