#71DCA1

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

Shades of Medium Aquamarine #71DCA1

Tints of Medium Aquamarine #71DCA1

Color information

#71DCA1 (or 0x71DCA1) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DC and A1. RGB value is (113,220,161). Sum of RGB (Red+Green+Blue) = 113+220+161=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DCA1 is #8E235E. Grayscale: #B5B5B5. Windows color (decimal): -9315167 or 10607729. OLE color: 10607729.

HSL color Cylindrical-coordinate representation of color #71DCA1: hue angle of 146.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCA1 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB113220161-
CMYK0.4900.270.14
HSL146.92º60.45%65.29%-
HSV(B)146.92º48.64%86.27%-
XYZ38.8457.2742.73-
YUV181.28116.5579.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.87%
GREEN value IS 220 (86.33% from 255) = 44.53%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=22.87%
G=44.53%
B=32.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132201610.4900.270.14146.9260.4565.29
Hex71DCA13101BE933c41
Octal161334241610331622374101
Binary111000111011100101000011100010110111110100100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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