#71DDA6

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

Shades of Medium Aquamarine #71DDA6

Tints of Medium Aquamarine #71DDA6

Color information

#71DDA6 (or 0x71DDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DD and A6. RGB value is (113,221,166). Sum of RGB (Red+Green+Blue) = 113+221+166=500 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDA6 is #8E2259. Grayscale: #B6B6B6. Windows color (decimal): -9314906 or 10935665. OLE color: 10935665.

HSL color Cylindrical-coordinate representation of color #71DDA6: hue angle of 149.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DDA6 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB113221166-
CMYK0.4900.250.13
HSL149.44º61.36%65.49%-
HSV(B)149.44º48.87%86.67%-
XYZ39.5557.9845.18-
YUV182.44118.7278.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.6%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=22.6%
G=44.2%
B=33.2%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211660.4900.250.13149.4461.3665.49
Hex71DDA631019D953d41
Octal161335246610311522575101
Binary111000111011101101001101100010110011101100101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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