#71D3AE

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

Shades of Medium Aquamarine #71D3AE

Tints of Medium Aquamarine #71D3AE

Color information

#71D3AE (or 0x71D3AE) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D3 and AE. RGB value is (113,211,174). Sum of RGB (Red+Green+Blue) = 113+211+174=498 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.69% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D3AE is #8E2C51. Grayscale: #B1B1B1. Windows color (decimal): -9317458 or 11457393. OLE color: 11457393.

HSL color Cylindrical-coordinate representation of color #71D3AE: hue angle of 157.35º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D3AE is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB113211174-
CMYK0.4600.180.17
HSL157.35º52.69%63.53%-
HSV(B)157.35º46.45%82.75%-
XYZ37.7453.1648.32-
YUV177.48126.0382.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.69%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=22.69%
G=42.37%
B=34.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1132111740.4600.180.17157.3552.6963.53
Hex71D3AE2E012119d3540
Octal161323256560222123565100
Binary1110001110100111010111010111001001010001100111011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,211,174); }

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

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

 a { background-color: rgb(113,211,174); }

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

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

 span { border-color: rgb(113,211,174); }

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