#71D1A7

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

Shades of Medium Aquamarine #71D1A7

Tints of Medium Aquamarine #71D1A7

Color information

#71D1A7 (or 0x71D1A7) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D1 and A7. RGB value is (113,209,167). Sum of RGB (Red+Green+Blue) = 113+209+167=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #71D1A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D1A7 is #8E2E58. Grayscale: #AFAFAF. Windows color (decimal): -9317977 or 10998129. OLE color: 10998129.

HSL color Cylindrical-coordinate representation of color #71D1A7: hue angle of 153.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D1A7 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB113209167-
CMYK0.4600.200.18
HSL153.75º51.06%63.14%-
HSV(B)153.75º45.93%81.96%-
XYZ36.5951.944.65-
YUV175.51123.283.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.11%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 167 (65.62% from 255) = 34.15%
R=23.11%
G=42.74%
B=34.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132091670.4600.200.18153.7551.0663.14
Hex71D1A72E014129a333f
Octal16132124756024222326377
Binary111000111010001101001111011100101001001010011010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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