#5FF49F

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

Shades of Medium Aquamarine #5FF49F

Tints of Medium Aquamarine #5FF49F

Color information

#5FF49F (or 0x5FF49F) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F4 and 9F. RGB value is (95,244,159). Sum of RGB (Red+Green+Blue) = 95+244+159=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF49F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF49F is #A00B60. Grayscale: #BDBDBD. Windows color (decimal): -10488673 or 10482783. OLE color: 10482783.

HSL color Cylindrical-coordinate representation of color #5FF49F: hue angle of 145.77º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF49F is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB95244159-
CMYK0.6100.350.04
HSL145.77º87.13%66.47%-
HSV(B)145.77º61.07%95.69%-
XYZ43.3369.6443.96-
YUV189.76110.6460.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.08%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=19.08%
G=49.00%
B=31.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal952441590.6100.350.04145.7787.1366.47
Hex5FF49F3D0234925742
Octal137364237750434222127102
Binary1011111111101001001111111110101000111001001001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,244,159); }

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

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

 a { background-color: rgb(95,244,159); }

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

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

 span { border-color: rgb(95,244,159); }

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