#71E7B1

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

Shades of Medium Aquamarine #71E7B1

Tints of Medium Aquamarine #71E7B1

Color information

#71E7B1 (or 0x71E7B1) is unknown color: approx Medium Aquamarine. HEX triplet: 71, E7 and B1. RGB value is (113,231,177). Sum of RGB (Red+Green+Blue) = 113+231+177=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #71E7B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E7B1 is #8E184E. Grayscale: #BDBDBD. Windows color (decimal): -9312335 or 11659121. OLE color: 11659121.

HSL color Cylindrical-coordinate representation of color #71E7B1: hue angle of 152.54º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E7B1 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB113231177-
CMYK0.5100.230.09
HSL152.54º71.08%67.45%-
HSV(B)152.54º51.08%90.59%-
XYZ43.3263.8451.63-
YUV189.56120.9173.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.69%
GREEN value IS 231 (90.62% from 255) = 44.34%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=21.69%
G=44.34%
B=33.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132311770.5100.230.09152.5471.0867.45
Hex71E7B1330179994743
Octal1613472616302711231107103
Binary1110001111001111011000111001101011110011001100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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