#71E2A7

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

Shades of Medium Aquamarine #71E2A7

Tints of Medium Aquamarine #71E2A7

Color information

#71E2A7 (or 0x71E2A7) is unknown color: approx Medium Aquamarine. HEX triplet: 71, E2 and A7. RGB value is (113,226,167). Sum of RGB (Red+Green+Blue) = 113+226+167=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #71E2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E2A7 is #8E1D58. Grayscale: #B9B9B9. Windows color (decimal): -9313625 or 11002481. OLE color: 11002481.

HSL color Cylindrical-coordinate representation of color #71E2A7: hue angle of 148.67º 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 #71E2A7 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB113226167-
CMYK0.500.260.11
HSL148.67º66.08%66.47%-
HSV(B)148.67º50%88.63%-
XYZ40.9860.6946.11-
YUV185.49117.5676.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.33%
GREEN value IS 226 (88.67% from 255) = 44.66%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=22.33%
G=44.66%
B=33.00%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132261670.500.260.11148.6766.0866.47
Hex71E2A73201AB954242
Octal1613422476203213225102102
Binary1110001111000101010011111001001101010111001010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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