#71F1A3

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

Shades of Medium Aquamarine #71F1A3

Tints of Medium Aquamarine #71F1A3

Color information

#71F1A3 (or 0x71F1A3) is unknown color: approx Medium Aquamarine. HEX triplet: 71, F1 and A3. RGB value is (113,241,163). Sum of RGB (Red+Green+Blue) = 113+241+163=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F1A3 is #8E0E5C. Grayscale: #C2C2C2. Windows color (decimal): -9309789 or 10744177. OLE color: 10744177.

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

Color convert

RGB113241163-
CMYK0.5300.320.05
HSL143.44º82.05%69.41%-
HSV(B)143.44º53.11%94.51%-
XYZ44.8869.0745.62-
YUV193.84110.5970.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=21.86%
G=46.62%
B=31.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132411630.5300.320.05143.4482.0569.41
Hex71F1A33502058f5245
Octal161361243650405217122105
Binary1110001111100011010001111010101000001011000111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,241,163); }

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

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

 a { background-color: rgb(113,241,163); }

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

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

 span { border-color: rgb(113,241,163); }

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