#71E29D

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

Shades of Medium Aquamarine #71E29D

Tints of Medium Aquamarine #71E29D

Color information

#71E29D (or 0x71E29D) is unknown color: approx Medium Aquamarine. HEX triplet: 71, E2 and 9D. RGB value is (113,226,157). Sum of RGB (Red+Green+Blue) = 113+226+157=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #71E29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E29D is #8E1D62. Grayscale: #B8B8B8. Windows color (decimal): -9313635 or 10347121. OLE color: 10347121.

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

Color convert

RGB113226157-
CMYK0.500.310.11
HSL143.36º66.08%66.47%-
HSV(B)143.36º50%88.63%-
XYZ40.0960.3441.43-
YUV184.35112.5677.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.78%
GREEN value IS 226 (88.67% from 255) = 45.56%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=22.78%
G=45.56%
B=31.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132261570.500.310.11143.3666.0866.47
Hex71E29D3201FB8f4242
Octal1613422356203713217102102
Binary1110001111000101001110111001001111110111000111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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