#71BEA1

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

Shades of Medium Aquamarine #71BEA1

Tints of Medium Aquamarine #71BEA1

Color information

#71BEA1 (or 0x71BEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 71, BE and A1. RGB value is (113,190,161). Sum of RGB (Red+Green+Blue) = 113+190+161=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEA1 is #8E415E. Grayscale: #A3A3A3. Windows color (decimal): -9322847 or 10600049. OLE color: 10600049.

HSL color Cylindrical-coordinate representation of color #71BEA1: hue angle of 157.4º 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 #71BEA1 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB113190161-
CMYK0.4100.150.25
HSL157.4º37.2%59.41%-
HSV(B)157.4º40.53%74.51%-
XYZ31.6642.9140.33-
YUV163.67126.4991.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=24.35%
G=40.95%
B=34.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901610.4100.150.25157.437.259.41
Hex71BEA1290F199d253b
Octal16127624151017312354573
Binary11100011011111010100001101001011111100110011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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