#5FF0A4

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

Shades of Medium Aquamarine #5FF0A4

Tints of Medium Aquamarine #5FF0A4

Color information

#5FF0A4 (or 0x5FF0A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F0 and A4. RGB value is (95,240,164). Sum of RGB (Red+Green+Blue) = 95+240+164=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF0A4 is #A00F5B. Grayscale: #BCBCBC. Windows color (decimal): -10489692 or 10809439. OLE color: 10809439.

HSL color Cylindrical-coordinate representation of color #5FF0A4: hue angle of 148.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF0A4 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB95240164-
CMYK0.6000.320.06
HSL148.55º82.86%65.69%-
HSV(B)148.55º60.42%94.12%-
XYZ42.5867.4345.89-
YUV187.98114.4661.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=19.04%
G=48.10%
B=32.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal952401640.6000.320.06148.5582.8665.69
Hex5FF0A43C0206955342
Octal137360244740406225123102
Binary1011111111100001010010011110001000001101001010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FF0A4; }

 p { color: rgb(95,240,164); }

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

<style>
 a { background-color: #5FF0A4; }

 a { background-color: rgb(95,240,164); }

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

<style>
 span { border-color: #5FF0A4; }

 span { border-color: rgb(95,240,164); }

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