#71DDA7

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

Shades of Medium Aquamarine #71DDA7

Tints of Medium Aquamarine #71DDA7

Color information

#71DDA7 (or 0x71DDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DD and A7. RGB value is (113,221,167). Sum of RGB (Red+Green+Blue) = 113+221+167=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DDA7 is #8E2258. Grayscale: #B6B6B6. Windows color (decimal): -9314905 or 11001201. OLE color: 11001201.

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

Color convert

RGB113221167-
CMYK0.4900.240.13
HSL150º61.36%65.49%-
HSV(B)150º48.87%86.67%-
XYZ39.6458.0145.67-
YUV182.55119.2278.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.55%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=22.55%
G=44.11%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211670.4900.240.1315061.3665.49
Hex71DDA731018D963d41
Octal161335247610301522675101
Binary111000111011101101001111100010110001101100101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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