#71D7AD

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

Shades of Medium Aquamarine #71D7AD

Tints of Medium Aquamarine #71D7AD

Color information

#71D7AD (or 0x71D7AD) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D7 and AD. RGB value is (113,215,173). Sum of RGB (Red+Green+Blue) = 113+215+173=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #71D7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D7AD is #8E2852. Grayscale: #B3B3B3. Windows color (decimal): -9316435 or 11392881. OLE color: 11392881.

HSL color Cylindrical-coordinate representation of color #71D7AD: hue angle of 155.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D7AD is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB113215173-
CMYK0.4700.200.16
HSL155.29º56.04%64.31%-
HSV(B)155.29º47.44%84.31%-
XYZ38.6555.1348.14-
YUV179.71124.2180.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.55%
GREEN value IS 215 (84.38% from 255) = 42.91%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=22.55%
G=42.91%
B=34.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132151730.4700.200.16155.2956.0464.31
Hex71D7AD2F014109b3840
Octal161327255570242023370100
Binary1110001110101111010110110111101010010000100110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,215,173); }

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

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

 a { background-color: rgb(113,215,173); }

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

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

 span { border-color: rgb(113,215,173); }

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