#71E1B1

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

Shades of Medium Aquamarine #71E1B1

Tints of Medium Aquamarine #71E1B1

Color information

#71E1B1 (or 0x71E1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 71, E1 and B1. RGB value is (113,225,177). Sum of RGB (Red+Green+Blue) = 113+225+177=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E1B1 is #8E1E4E. Grayscale: #BABABA. Windows color (decimal): -9313871 or 11657585. OLE color: 11657585.

HSL color Cylindrical-coordinate representation of color #71E1B1: hue angle of 154.29º 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 #71E1B1 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB113225177-
CMYK0.5000.210.12
HSL154.29º65.12%66.27%-
HSV(B)154.29º49.78%88.24%-
XYZ41.6760.5451.08-
YUV186.04122.8975.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.94%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=21.94%
G=43.69%
B=34.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132251770.5000.210.12154.2965.1266.27
Hex71E1B132015C9a4142
Octal1613412616202514232101102
Binary1110001111000011011000111001001010111001001101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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