#71EDAC

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

Shades of Medium Aquamarine #71EDAC

Tints of Medium Aquamarine #71EDAC

Color information

#71EDAC (or 0x71EDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 71, ED and AC. RGB value is (113,237,172). Sum of RGB (Red+Green+Blue) = 113+237+172=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EDAC is #8E1253. Grayscale: #C0C0C0. Windows color (decimal): -9310804 or 11332977. OLE color: 11332977.

HSL color Cylindrical-coordinate representation of color #71EDAC: hue angle of 148.55º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDAC is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB113237172-
CMYK0.5200.270.07
HSL148.55º77.5%68.63%-
HSV(B)148.55º52.32%92.94%-
XYZ44.5467.0649.63-
YUV192.51116.4271.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.65%
GREEN value IS 237 (92.97% from 255) = 45.40%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=21.65%
G=45.40%
B=32.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132371720.5200.270.07148.5577.568.63
Hex71EDAC3401B7954e45
Octal161355254640337225116105
Binary111000111101101101011001101000110111111001010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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