#5effa5

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

Shades of Medium Aquamarine #5EFFA5

Tints of Medium Aquamarine #5EFFA5

Color information

#5EFFA5 (or 0x5EFFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, FF and A5. RGB value is (94,255,165). Sum of RGB (Red+Green+Blue) = 94+255+165=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFFA5 is #A1005A. Grayscale: #C4C4C4. Windows color (decimal): -10551387 or 10878814. OLE color: 10878814.

HSL color Cylindrical-coordinate representation of color #5EFFA5: hue angle of 146.46º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFA5 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB94255165-
CMYK0.6300.350
HSL146.46º100%68.43%-
HSV(B)146.46º63.14%100%-
XYZ47.1776.6247.9-
YUV196.6110.1654.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.29%
GREEN value IS 255 (100% from 255) = 49.61%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=18.29%
G=49.61%
B=32.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal942551650.6300.350146.4610068.43
Hex5EFFA53F0230926444
Octal136377245770430222144104
Binary10111101111111110100101111111010001101001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5effa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,255,165); }

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

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

 a { background-color: rgb(94,255,165); }

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

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

 span { border-color: rgb(94,255,165); }

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