#71E1A3

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

Shades of Medium Aquamarine #71E1A3

Tints of Medium Aquamarine #71E1A3

Color information

#71E1A3 (or 0x71E1A3) is unknown color: approx Medium Aquamarine. HEX triplet: 71, E1 and A3. RGB value is (113,225,163). Sum of RGB (Red+Green+Blue) = 113+225+163=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E1A3 is #8E1E5C. Grayscale: #B8B8B8. Windows color (decimal): -9313885 or 10740081. OLE color: 10740081.

HSL color Cylindrical-coordinate representation of color #71E1A3: hue angle of 146.79º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E1A3 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB113225163-
CMYK0.5000.280.12
HSL146.79º65.12%66.27%-
HSV(B)146.79º49.78%88.24%-
XYZ40.3560.0144.11-
YUV184.44115.8977.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.55%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=22.55%
G=44.91%
B=32.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132251630.5000.280.12146.7965.1266.27
Hex71E1A33201CC934142
Octal1613412436203414223101102
Binary1110001111000011010001111001001110011001001001110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,225,163); }

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

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

 a { background-color: rgb(113,225,163); }

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

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

 span { border-color: rgb(113,225,163); }

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