#71F2AE

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

Shades of Medium Aquamarine #71F2AE

Tints of Medium Aquamarine #71F2AE

Color information

#71F2AE (or 0x71F2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 71, F2 and AE. RGB value is (113,242,174). Sum of RGB (Red+Green+Blue) = 113+242+174=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #71F2AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F2AE is #8E0D51. Grayscale: #C3C3C3. Windows color (decimal): -9309522 or 11465329. OLE color: 11465329.

HSL color Cylindrical-coordinate representation of color #71F2AE: hue angle of 148.37º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F2AE is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB113242174-
CMYK0.5300.280.05
HSL148.37º83.23%69.61%-
HSV(B)148.37º53.31%94.9%-
XYZ46.270.0751.13-
YUV195.68115.7669.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.36%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=21.36%
G=45.75%
B=32.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132421740.5300.280.05148.3783.2369.61
Hex71F2AE3501C5945346
Octal161362256650345224123106
Binary111000111110010101011101101010111001011001010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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