#71E4AB

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

Shades of Medium Aquamarine #71E4AB

Tints of Medium Aquamarine #71E4AB

Color information

#71E4AB (or 0x71E4AB) is unknown color: approx Medium Aquamarine. HEX triplet: 71, E4 and AB. RGB value is (113,228,171). Sum of RGB (Red+Green+Blue) = 113+228+171=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #71E4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E4AB is #8E1B54. Grayscale: #BBBBBB. Windows color (decimal): -9313109 or 11265137. OLE color: 11265137.

HSL color Cylindrical-coordinate representation of color #71E4AB: hue angle of 150.26º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E4AB is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB113228171-
CMYK0.5000.250.11
HSL150.26º68.05%66.86%-
HSV(B)150.26º50.44%89.41%-
XYZ41.961.9448.27-
YUV187.12118.975.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.07%
GREEN value IS 228 (89.45% from 255) = 44.53%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=22.07%
G=44.53%
B=33.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132281710.5000.250.11150.2668.0566.86
Hex71E4AB32019B964443
Octal1613442536203113226104103
Binary1110001111001001010101111001001100110111001011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,228,171); }

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

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

 a { background-color: rgb(113,228,171); }

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

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

 span { border-color: rgb(113,228,171); }

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