#71DCA6

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

Shades of Medium Aquamarine #71DCA6

Tints of Medium Aquamarine #71DCA6

Color information

#71DCA6 (or 0x71DCA6) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DC and A6. RGB value is (113,220,166). Sum of RGB (Red+Green+Blue) = 113+220+166=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DCA6 is #8E2359. Grayscale: #B5B5B5. Windows color (decimal): -9315162 or 10935409. OLE color: 10935409.

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

Color convert

RGB113220166-
CMYK0.4900.250.14
HSL149.72º60.45%65.29%-
HSV(B)149.72º48.64%86.27%-
XYZ39.2957.4545.09-
YUV181.85119.0578.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.65%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=22.65%
G=44.09%
B=33.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132201660.4900.250.14149.7260.4565.29
Hex71DCA631019E963c41
Octal161334246610311622674101
Binary111000111011100101001101100010110011110100101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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