#71EDAE

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

Shades of Medium Aquamarine #71EDAE

Tints of Medium Aquamarine #71EDAE

Color information

#71EDAE (or 0x71EDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 71, ED and AE. RGB value is (113,237,174). Sum of RGB (Red+Green+Blue) = 113+237+174=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EDAE is #8E1251. Grayscale: #C0C0C0. Windows color (decimal): -9310802 or 11464049. OLE color: 11464049.

HSL color Cylindrical-coordinate representation of color #71EDAE: hue angle of 149.52º 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 #71EDAE is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB113237174-
CMYK0.5200.270.07
HSL149.52º77.5%68.63%-
HSV(B)149.52º52.32%92.94%-
XYZ44.7367.1450.65-
YUV192.74117.4271.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.56%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=21.56%
G=45.23%
B=33.21%

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
Decimal1132371740.5200.270.07149.5277.568.63
Hex71EDAE3401B7964e45
Octal161355256640337226116105
Binary111000111101101101011101101000110111111001011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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