#71D9AC

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

Shades of Medium Aquamarine #71D9AC

Tints of Medium Aquamarine #71D9AC

Color information

#71D9AC (or 0x71D9AC) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D9 and AC. RGB value is (113,217,172). Sum of RGB (Red+Green+Blue) = 113+217+172=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #71D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D9AC is #8E2653. Grayscale: #B4B4B4. Windows color (decimal): -9315924 or 11327857. OLE color: 11327857.

HSL color Cylindrical-coordinate representation of color #71D9AC: hue angle of 154.04º degrees, saturation: 0.58, 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 #71D9AC is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB113217172-
CMYK0.4800.210.15
HSL154.04º57.78%64.71%-
HSV(B)154.04º47.93%85.1%-
XYZ39.0756.1147.8-
YUV180.77123.0479.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.51%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=22.51%
G=43.23%
B=34.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132171720.4800.210.15154.0457.7864.71
Hex71D9AC30015F9a3a41
Octal161331254600251723272101
Binary111000111011001101011001100000101011111100110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,217,172); }

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

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

 a { background-color: rgb(113,217,172); }

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

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

 span { border-color: rgb(113,217,172); }

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