#71E2A5

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

Shades of Medium Aquamarine #71E2A5

Tints of Medium Aquamarine #71E2A5

Color information

#71E2A5 (or 0x71E2A5) is unknown color: approx Medium Aquamarine. HEX triplet: 71, E2 and A5. RGB value is (113,226,165). Sum of RGB (Red+Green+Blue) = 113+226+165=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #71E2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E2A5 is #8E1D5A. Grayscale: #B9B9B9. Windows color (decimal): -9313627 or 10871409. OLE color: 10871409.

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

Color convert

RGB113226165-
CMYK0.500.270.11
HSL147.61º66.08%66.47%-
HSV(B)147.61º50%88.63%-
XYZ40.860.6245.15-
YUV185.26116.5676.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.42%
GREEN value IS 226 (88.67% from 255) = 44.84%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=22.42%
G=44.84%
B=32.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132261650.500.270.11147.6166.0866.47
Hex71E2A53201BB944242
Octal1613422456203313224102102
Binary1110001111000101010010111001001101110111001010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,226,165); }

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

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

 a { background-color: rgb(113,226,165); }

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

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

 span { border-color: rgb(113,226,165); }

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