#71BEA3

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

Shades of Medium Aquamarine #71BEA3

Tints of Medium Aquamarine #71BEA3

Color information

#71BEA3 (or 0x71BEA3) is unknown color: approx Medium Aquamarine. HEX triplet: 71, BE and A3. RGB value is (113,190,163). Sum of RGB (Red+Green+Blue) = 113+190+163=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEA3 is #8E415C. Grayscale: #A3A3A3. Windows color (decimal): -9322845 or 10731121. OLE color: 10731121.

HSL color Cylindrical-coordinate representation of color #71BEA3: hue angle of 158.96º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEA3 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB113190163-
CMYK0.4100.140.25
HSL158.96º37.2%59.41%-
HSV(B)158.96º40.53%74.51%-
XYZ31.8342.9841.27-
YUV163.9127.4991.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=24.25%
G=40.77%
B=34.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901630.4100.140.25158.9637.259.41
Hex71BEA3290E199f253b
Octal16127624351016312374573
Binary11100011011111010100011101001011101100110011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,163); }

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

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

 a { background-color: rgb(113,190,163); }

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

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

 span { border-color: rgb(113,190,163); }

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