#71DEAD

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

Shades of Medium Aquamarine #71DEAD

Tints of Medium Aquamarine #71DEAD

Color information

#71DEAD (or 0x71DEAD) is unknown color: approx Medium Aquamarine. HEX triplet: 71, DE and AD. RGB value is (113,222,173). Sum of RGB (Red+Green+Blue) = 113+222+173=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DEAD is #8E2152. Grayscale: #B7B7B7. Windows color (decimal): -9314643 or 11394673. OLE color: 11394673.

HSL color Cylindrical-coordinate representation of color #71DEAD: hue angle of 153.03º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEAD is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB113222173-
CMYK0.4900.220.13
HSL153.03º62.29%65.69%-
HSV(B)153.03º49.1%87.06%-
XYZ40.4758.7748.75-
YUV183.82121.8977.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.24%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=22.24%
G=43.70%
B=34.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132221730.4900.220.13153.0362.2965.69
Hex71DEAD31016D993e42
Octal161336255610261523176102
Binary111000111011110101011011100010101101101100110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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