#5FF7A0

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

Shades of Medium Aquamarine #5FF7A0

Tints of Medium Aquamarine #5FF7A0

Color information

#5FF7A0 (or 0x5FF7A0) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F7 and A0. RGB value is (95,247,160). Sum of RGB (Red+Green+Blue) = 95+247+160=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF7A0 is #A0085F. Grayscale: #BFBFBF. Windows color (decimal): -10487904 or 10549087. OLE color: 10549087.

HSL color Cylindrical-coordinate representation of color #5FF7A0: hue angle of 145.66º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF7A0 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB95247160-
CMYK0.6200.350.03
HSL145.66º90.48%67.06%-
HSV(B)145.66º61.54%96.86%-
XYZ44.3371.4944.72-
YUV191.63110.1459.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.92%
GREEN value IS 247 (96.88% from 255) = 49.20%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=18.92%
G=49.20%
B=31.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952471600.6200.350.03145.6690.4867.06
Hex5FF7A03E0233925a43
Octal137367240760433222132103
Binary101111111110111101000001111100100011111001001010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,247,160); }

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

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

 a { background-color: rgb(95,247,160); }

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

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

 span { border-color: rgb(95,247,160); }

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