#71DA9D

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

Shades of Medium Aquamarine #71DA9D

Tints of Medium Aquamarine #71DA9D

Color information

#71DA9D (or 0x71DA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DA and 9D. RGB value is (113,218,157). Sum of RGB (Red+Green+Blue) = 113+218+157=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DA9D is #8E2562. Grayscale: #B3B3B3. Windows color (decimal): -9315683 or 10345073. OLE color: 10345073.

HSL color Cylindrical-coordinate representation of color #71DA9D: hue angle of 145.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DA9D is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB113218157-
CMYK0.4800.280.15
HSL145.14º58.66%64.9%-
HSV(B)145.14º48.17%85.49%-
XYZ37.9756.0940.72-
YUV179.65115.2180.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.16%
GREEN value IS 218 (85.55% from 255) = 44.67%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=23.16%
G=44.67%
B=32.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132181570.4800.280.15145.1458.6664.9
Hex71DA9D3001CF913b41
Octal161332235600341722173101
Binary111000111011010100111011100000111001111100100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,218,157); }

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

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

 a { background-color: rgb(113,218,157); }

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

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

 span { border-color: rgb(113,218,157); }

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