#71D8AD

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

Shades of Medium Aquamarine #71D8AD

Tints of Medium Aquamarine #71D8AD

Color information

#71D8AD (or 0x71D8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 71, D8 and AD. RGB value is (113,216,173). Sum of RGB (Red+Green+Blue) = 113+216+173=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D8AD is #8E2752. Grayscale: #B4B4B4. Windows color (decimal): -9316179 or 11393137. OLE color: 11393137.

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

Color convert

RGB113216173-
CMYK0.4800.200.15
HSL154.95º56.91%64.51%-
HSV(B)154.95º47.69%84.71%-
XYZ38.9155.6448.22-
YUV180.3123.8880-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.51%
GREEN value IS 216 (84.77% from 255) = 43.03%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=22.51%
G=43.03%
B=34.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161730.4800.200.15154.9556.9164.51
Hex71D8AD30014F9b3941
Octal161330255600241723371101
Binary111000111011000101011011100000101001111100110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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