#71F1A1

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

Shades of Medium Aquamarine #71F1A1

Tints of Medium Aquamarine #71F1A1

Color information

#71F1A1 (or 0x71F1A1) is unknown color: approx Medium Aquamarine. HEX triplet: 71, F1 and A1. RGB value is (113,241,161). Sum of RGB (Red+Green+Blue) = 113+241+161=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F1A1 is #8E0E5E. Grayscale: #C1C1C1. Windows color (decimal): -9309791 or 10613105. OLE color: 10613105.

HSL color Cylindrical-coordinate representation of color #71F1A1: hue angle of 142.5º 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 #71F1A1 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB113241161-
CMYK0.5300.330.05
HSL142.5º82.05%69.41%-
HSV(B)142.5º53.11%94.51%-
XYZ44.768.9944.68-
YUV193.61109.5970.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.94%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=21.94%
G=46.80%
B=31.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132411610.5300.330.05142.582.0569.41
Hex71F1A13502158e5245
Octal161361241650415216122105
Binary1110001111100011010000111010101000011011000111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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